aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mn10300
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 11:29:28 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-02-01 11:01:27 +0530
commitbef53ca086e069a3fb8e6bf4ecf06221de9b445f (patch)
tree8af4a2c5e5c088809b9dbd828f1cbbc0bef1d774 /include/asm-mn10300
parentheaders_check fix: mips, swab.h (diff)
downloadlinux-dev-bef53ca086e069a3fb8e6bf4ecf06221de9b445f.tar.xz
linux-dev-bef53ca086e069a3fb8e6bf4ecf06221de9b445f.zip
headers_check fix: mn10300, swab.h
fix the following 'make headers_check' warnings: usr/include/asm-mn10300/swab.h:14: include of <linux/types.h> is preferred over <asm/types.h> usr/include/asm-mn10300/swab.h:19: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'include/asm-mn10300')
-rw-r--r--include/asm-mn10300/swab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mn10300/swab.h b/include/asm-mn10300/swab.h
index 4504d1b4b477..bd818a820ca8 100644
--- a/include/asm-mn10300/swab.h
+++ b/include/asm-mn10300/swab.h
@@ -11,7 +11,7 @@
#ifndef _ASM_SWAB_H
#define _ASM_SWAB_H
-#include <asm/types.h>
+#include <linux/types.h>
#ifdef __GNUC__