From: Ruchi Kandoi Date: Thu, 24 Apr 2014 21:07:53 +0000 (-0700) Subject: nf: Remove compilation error caused by e8430cbed3ef15fdb1ac26cfd020e010aa5f1c35 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=acbd8a50ab7d16f1f41e438dd6a0ecd7df5ac7f7;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git nf: Remove compilation error caused by e8430cbed3ef15fdb1ac26cfd020e010aa5f1c35 Signed-off-by: Ruchi Kandoi --- diff --git a/net/netfilter/xt_IDLETIMER.c b/net/netfilter/xt_IDLETIMER.c index e7694d0a4d4a..1722dd34fe26 100644 --- a/net/netfilter/xt_IDLETIMER.c +++ b/net/netfilter/xt_IDLETIMER.c @@ -381,7 +381,6 @@ static int idletimer_tg_checkentry(const struct xt_tgchk_param *par) { struct idletimer_tg_info *info = par->targinfo; int ret; - unsigned long now = jiffies; pr_debug("checkentry targinfo %s\n", info->label);