projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
040c92b
)
headers_check fix: m32r, swab.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Sat, 31 Jan 2009 05:48:19 +0000
(11:18 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Sun, 1 Feb 2009 05:31:26 +0000
(11:01 +0530)
fix the following 'make headers_check' warning:
usr/include/asm-m32r/swab.h:4: include of <linux/types.h> is preferred over <asm/types.h>
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
include/asm-m32r/swab.h
patch
|
blob
|
history
diff --git
a/include/asm-m32r/swab.h
b/include/asm-m32r/swab.h
index 97973e10182528fd2f6bcf0b4976814b55d56cbe..54dab001d6d12d86766fe75e4eed06158a823a50 100644
(file)
--- a/
include/asm-m32r/swab.h
+++ b/
include/asm-m32r/swab.h
@@
-1,7
+1,7
@@
#ifndef _ASM_M32R_SWAB_H
#define _ASM_M32R_SWAB_H
-#include <
asm
/types.h>
+#include <
linux
/types.h>
#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
# define __SWAB_64_THRU_32__