Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3754b87a authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

netfilter: remove unused variable



warning: ‘recent_old_fops’ defined but not used

Signed-off-by: default avatarStephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 89168293
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ static DEFINE_SPINLOCK(recent_lock);
static DEFINE_MUTEX(recent_mutex);

#ifdef CONFIG_PROC_FS
static const struct file_operations recent_old_fops, recent_mt_fops;
static const struct file_operations recent_mt_fops;
#endif

static u_int32_t hash_rnd __read_mostly;