Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

headers_check fix: linux/cgroupstats.h

fix the following 'make headers_check' warning:

usr/include/linux/cgroupstats.h:31: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

+1
+1
include/linux/cgroupstats.h
··· 15 15 #ifndef _LINUX_CGROUPSTATS_H 16 16 #define _LINUX_CGROUPSTATS_H 17 17 18 + #include <linux/types.h> 18 19 #include <linux/taskstats.h> 19 20 20 21 /*