compat_xtables: remove unused xtnu_request_find_match

The xt_find_match function is also getting unexported in 3.14.
This commit is contained in:
Jan Engelhardt
2014-01-09 10:09:04 +01:00
parent bc2bcc383c
commit a82d0ba517
3 changed files with 0 additions and 28 deletions

View File

@@ -53,8 +53,6 @@
#define xt_register_targets xtnu_register_targets
#define xt_unregister_targets xtnu_unregister_targets
#define xt_request_find_match xtnu_request_find_match
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 9, 0)
static inline struct inode *file_inode(struct file *f)
{