projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26ec037
)
netfilter: xt_IDLETIMER needs kdev_t.h
author
Randy Dunlap
<randy.dunlap@oracle.com>
Tue, 22 Jun 2010 06:13:31 +0000
(08:13 +0200)
committer
Patrick McHardy
<kaber@trash.net>
Tue, 22 Jun 2010 06:13:31 +0000
(08:13 +0200)
Add header file to fix build error:
net/netfilter/xt_IDLETIMER.c:276: error: implicit declaration of function 'MKDEV'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/xt_IDLETIMER.c
patch
|
blob
|
history
diff --git
a/net/netfilter/xt_IDLETIMER.c
b/net/netfilter/xt_IDLETIMER.c
index
e11090a
..
be1f22e
100644
(file)
--- a/
net/netfilter/xt_IDLETIMER.c
+++ b/
net/netfilter/xt_IDLETIMER.c
@@
-36,6
+36,7
@@
#include <linux/netfilter.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/xt_IDLETIMER.h>
+#include <linux/kdev_t.h>
#include <linux/kobject.h>
#include <linux/workqueue.h>
#include <linux/sysfs.h>