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:
7260a91
)
headers_check fix: linux/random.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 16:41:32 +0000
(22:11 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 18:35:59 +0000
(
00:05
+0530)
fix the following 'make headers_check' warning:
usr/include/linux/random.h:39: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
include/linux/random.h
patch
|
blob
|
history
diff --git
a/include/linux/random.h
b/include/linux/random.h
index 407ea3646f8f12f05a0410166f3ff2e6fa4a447e..25d02fe5c9b5a6561e19bd3410a4132ea98dffd8 100644
(file)
--- a/
include/linux/random.h
+++ b/
include/linux/random.h
@@
-7,6
+7,7
@@
#ifndef _LINUX_RANDOM_H
#define _LINUX_RANDOM_H
+#include <linux/types.h>
#include <linux/ioctl.h>
#include <linux/irqnr.h>