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:
de4d379
)
headers_check fix: linux/nubus.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 17:09:17 +0000
(22:39 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 18:45:24 +0000
(
00:15
+0530)
fix the following 'make headers_check' warning:
usr/include/linux/nubus.h:232: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
include/linux/nubus.h
patch
|
blob
|
history
diff --git
a/include/linux/nubus.h
b/include/linux/nubus.h
index c4355076d1a5e58183336134a51244b878fbce62..7382af374731eca162a79dff5e9156126c2b7f94 100644
(file)
--- a/
include/linux/nubus.h
+++ b/
include/linux/nubus.h
@@
-12,6
+12,7
@@
#ifndef LINUX_NUBUS_H
#define LINUX_NUBUS_H
+#include <linux/types.h>
#ifdef __KERNEL__
#include <asm/nubus.h>
#endif