aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/swab.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 11:54:05 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-02-01 11:01:29 +0530
commit48109870bab7e66f30f933cd218258368024cd9f (patch)
tree43aae155548b073cb7888492d6405e539ddcfa67 /arch/powerpc/include/asm/swab.h
parentheaders_check fix: powerpc, spu_info.h (diff)
downloadlinux-dev-48109870bab7e66f30f933cd218258368024cd9f.tar.xz
linux-dev-48109870bab7e66f30f933cd218258368024cd9f.zip
headers_check fix: powerpc, swab.h
fix the following 'make headers_check' warning: usr/include/asm-powerpc/swab.h:11: include of <linux/types.h> is preferred over <asm/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'arch/powerpc/include/asm/swab.h')
-rw-r--r--arch/powerpc/include/asm/swab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/swab.h b/arch/powerpc/include/asm/swab.h
index ef824ae4b79c..c581e3ef73ed 100644
--- a/arch/powerpc/include/asm/swab.h
+++ b/arch/powerpc/include/asm/swab.h
@@ -8,7 +8,7 @@
* 2 of the License, or (at your option) any later version.
*/
-#include <asm/types.h>
+#include <linux/types.h>
#include <linux/compiler.h>
#ifdef __GNUC__