aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorRuchi Kandoi <kandoiruchi@google.com>2014-04-24 14:11:08 -0700
committerZiyan <jaraidaniel@gmail.com>2016-03-11 01:03:50 +0100
commit2f04c967fac63591d82362ec605a6a06ba540c71 (patch)
treecec87e43678d404559fc16c7186922b30218e10d /net
parenta9eacb7b1462652dd354fa0fcfba18600ceddeae (diff)
downloadkernel_samsung_tuna-2f04c967fac63591d82362ec605a6a06ba540c71.zip
kernel_samsung_tuna-2f04c967fac63591d82362ec605a6a06ba540c71.tar.gz
kernel_samsung_tuna-2f04c967fac63591d82362ec605a6a06ba540c71.tar.bz2
nf: Remove compilation error caused by
e254d2c28c880da28626af6d53b7add5f7d6afee Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
Diffstat (limited to 'net')
-rw-r--r--net/netfilter/xt_IDLETIMER.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/xt_IDLETIMER.c b/net/netfilter/xt_IDLETIMER.c
index f6b8594..c6a76a8 100644
--- a/net/netfilter/xt_IDLETIMER.c
+++ b/net/netfilter/xt_IDLETIMER.c
@@ -382,7 +382,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);