aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/swab.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:53:37 -0500
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-02-01 00:31:27 -0500
commita9f6acc5ab36c7533c9b3e224f7c209d8da4048d (patch)
tree2165e96fb3491701a90ae29ab63fb3587a6423df /arch/mips/include/asm/swab.h
parentae612fb05b0f60ff58e2a86eea46dc99532d62c5 (diff)
headers_check fix: mips, swab.h
fix the following 'make headers_check' warnings: usr/include/asm-mips/swab.h:12: include of <linux/types.h> is preferred over <asm/types.h> usr/include/asm-mips/swab.h:18: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'arch/mips/include/asm/swab.h')
-rw-r--r--arch/mips/include/asm/swab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/swab.h b/arch/mips/include/asm/swab.h
index 88f1f7d555cb..99993c0d6c12 100644
--- a/arch/mips/include/asm/swab.h
+++ b/arch/mips/include/asm/swab.h
@@ -9,7 +9,7 @@
9#define _ASM_SWAB_H 9#define _ASM_SWAB_H
10 10
11#include <linux/compiler.h> 11#include <linux/compiler.h>
12#include <asm/types.h> 12#include <linux/types.h>
13 13
14#define __SWAB_64_THRU_32__ 14#define __SWAB_64_THRU_32__
15 15