Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: xt_IDLETIMER needs kdev_t.h

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>

authored by

Randy Dunlap and committed by
Patrick McHardy
600069da 26ec037f

+1
+1
net/netfilter/xt_IDLETIMER.c
··· 36 36 #include <linux/netfilter.h> 37 37 #include <linux/netfilter/x_tables.h> 38 38 #include <linux/netfilter/xt_IDLETIMER.h> 39 + #include <linux/kdev_t.h> 39 40 #include <linux/kobject.h> 40 41 #include <linux/workqueue.h> 41 42 #include <linux/sysfs.h>