diff options
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | 2009-01-15 13:51:26 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-15 16:39:41 -0800 |
commit | 00bfddaf7f68a6551319b536f052040c370756b0 (patch) | |
tree | 353061720b9558708ae513fd71673a4c50bc1c3f /include/linux/if_pppox.h | |
parent | 068b38c1fa7a9210608f27ac521897ccc5f9b726 (diff) | |
download | linux-stable-00bfddaf7f68a6551319b536f052040c370756b0.tar.gz linux-stable-00bfddaf7f68a6551319b536f052040c370756b0.tar.bz2 linux-stable-00bfddaf7f68a6551319b536f052040c370756b0.zip |
include of <linux/types.h> is preferred over <asm/types.h>
Impact: fix 15 make headers_check warnings:
include of <linux/types.h> is preferred over <asm/types.h>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/if_pppox.h')
-rw-r--r-- | include/linux/if_pppox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_pppox.h b/include/linux/if_pppox.h index 6fb7f1788570..30c88b2245ff 100644 --- a/include/linux/if_pppox.h +++ b/include/linux/if_pppox.h @@ -17,7 +17,7 @@ #define __LINUX_IF_PPPOX_H -#include <asm/types.h> +#include <linux/types.h> #include <asm/byteorder.h> #ifdef __KERNEL__ |