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

headers_check fix: linux/auto_fs4.h

fix the following 'make headers_check' warning:

usr/include/linux/auto_fs4.h:132: 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/auto_fs4.h
··· 12 12 #define _LINUX_AUTO_FS4_H 13 13 14 14 /* Include common v3 definitions */ 15 + #include <linux/types.h> 15 16 #include <linux/auto_fs.h> 16 17 17 18 /* autofs v4 definitions */