projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3218911
)
headers_check fix: linux/auto_fs.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Mon, 1 Jun 2009 06:21:13 +0000
(06:21 +0000)
committer
Jaswinder Singh Rajput
<
[email protected]
>
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 <
[email protected]
>
include/linux/auto_fs.h
patch
|
blob
|
history
diff --git
a/include/linux/auto_fs.h
b/include/linux/auto_fs.h
index 63265852b7d16216b377d27036375bc42de042e1..7b09c8348fd38cc340be33a076dedbbdeccfd0a0 100644
(file)
--- a/
include/linux/auto_fs.h
+++ b/
include/linux/auto_fs.h
@@
-14,13
+14,12
@@
#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__ */