* [PATCH -next] netfilter: xt_IDLETIMER needs kdev_t.h
[not found] <20100618145443.77b7f8df.sfr@canb.auug.org.au>
@ 2010-06-18 22:34 ` Randy Dunlap
2010-06-22 6:14 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-06-18 22:34 UTC (permalink / raw)
To: Stephen Rothwell, netdev; +Cc: linux-next, LKML, netfilter-devel
From: Randy Dunlap <randy.dunlap@oracle.com>
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>
---
net/netfilter/xt_IDLETIMER.c | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20100618.orig/net/netfilter/xt_IDLETIMER.c
+++ linux-next-20100618/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>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH -next] netfilter: xt_IDLETIMER needs kdev_t.h
2010-06-18 22:34 ` [PATCH -next] netfilter: xt_IDLETIMER needs kdev_t.h Randy Dunlap
@ 2010-06-22 6:14 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2010-06-22 6:14 UTC (permalink / raw)
Cc: Stephen Rothwell, netdev, linux-next, LKML, netfilter-devel
Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Add header file to fix build error:
> net/netfilter/xt_IDLETIMER.c:276: error: implicit declaration of function 'MKDEV'
>
Applied, thanks Randy.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-22 6:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20100618145443.77b7f8df.sfr@canb.auug.org.au>
2010-06-18 22:34 ` [PATCH -next] netfilter: xt_IDLETIMER needs kdev_t.h Randy Dunlap
2010-06-22 6:14 ` Patrick McHardy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).