headers_check fix: linux/auto_fs.h
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Mon, 1 Jun 2009 06:21:13 +0000 (06:21 +0000)
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Mon, 1 Jun 2009 06:21:13 +0000 (06:21 +0000)
fix the following 'make headers_check' warnings:

  usr/include/linux/auto_fs.h:17: include of <linux/types.h> is preferred over <asm/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
include/linux/auto_fs.h

index 6326585..7b09c83 100644 (file)
 #ifndef _LINUX_AUTO_FS_H
 #define _LINUX_AUTO_FS_H
 
+#include <linux/types.h>
 #ifdef __KERNEL__
 #include <linux/fs.h>
 #include <linux/limits.h>
-#include <linux/types.h>
 #include <linux/ioctl.h>
 #else
-#include <asm/types.h>
 #include <sys/ioctl.h>
 #endif /* __KERNEL__ */