aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/swab.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 11:39:01 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-02-01 11:01:27 +0530
commit726da1e3408caae6af8372f93380f18986f1003b (patch)
tree03368d9c56246b2547cb4e8210da5882b80e765d /arch/parisc/include/asm/swab.h
parentheaders_check fix: parisc, pdc.h (diff)
downloadlinux-dev-726da1e3408caae6af8372f93380f18986f1003b.tar.xz
linux-dev-726da1e3408caae6af8372f93380f18986f1003b.zip
headers_check fix: parisc, swab.h
fix the following 'make headers_check' warnings: usr/include/asm-parisc/swab.h:4: include of <linux/types.h> is preferred over <asm/types.h> usr/include/asm-parisc/swab.h:9: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to '')
-rw-r--r--arch/parisc/include/asm/swab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/swab.h b/arch/parisc/include/asm/swab.h
index 3ff16c5a3358..e78403b129ef 100644
--- a/arch/parisc/include/asm/swab.h
+++ b/arch/parisc/include/asm/swab.h
@@ -1,7 +1,7 @@
#ifndef _PARISC_SWAB_H
#define _PARISC_SWAB_H
-#include <asm/types.h>
+#include <linux/types.h>
#include <linux/compiler.h>
#define __SWAB_64_THRU_32__