aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/loop.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@infradead.org>2009-01-15 13:51:26 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-15 16:39:41 -0800
commit00bfddaf7f68a6551319b536f052040c370756b0 (patch)
tree353061720b9558708ae513fd71673a4c50bc1c3f /include/linux/loop.h
parentmemcg: fix a race when setting memory.swappiness (diff)
downloadlinux-dev-00bfddaf7f68a6551319b536f052040c370756b0.tar.xz
linux-dev-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/loop.h')
-rw-r--r--include/linux/loop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/loop.h b/include/linux/loop.h
index 46169a7b559b..6ffd6db5bb0d 100644
--- a/include/linux/loop.h
+++ b/include/linux/loop.h
@@ -80,7 +80,7 @@ enum {
};
#include <asm/posix_types.h> /* for __kernel_old_dev_t */
-#include <asm/types.h> /* for __u64 */
+#include <linux/types.h> /* for __u64 */
/* Backwards compatibility version */
struct loop_info {