projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
headers_check fix: x86, swab.h
[linux-2.6.git]
/
arch
/
x86
/
include
/
asm
/
swab.h
diff --git
a/arch/x86/include/asm/swab.h
b/arch/x86/include/asm/swab.h
index
306d417
..
557cd9f
100644
(file)
--- a/
arch/x86/include/asm/swab.h
+++ b/
arch/x86/include/asm/swab.h
@@
-1,7
+1,7
@@
#ifndef _ASM_X86_SWAB_H
#define _ASM_X86_SWAB_H
-#include <asm/types.h>
+#include <linux/types.h>
#include <linux/compiler.h>
static inline __attribute_const__ __u32 __arch_swab32(__u32 val)