projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d726599
)
nf: Remove compilation error caused by e8430cbed3ef15fdb1ac26cfd020e010aa5f1c35
author
Ruchi Kandoi
<kandoiruchi@google.com>
Thu, 24 Apr 2014 21:07:53 +0000
(14:07 -0700)
committer
John Stultz
<john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:34 +0000
(13:51 -0800)
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
net/netfilter/xt_IDLETIMER.c
patch
|
blob
|
history
diff --git
a/net/netfilter/xt_IDLETIMER.c
b/net/netfilter/xt_IDLETIMER.c
index e7694d0a4d4a2b82bc41399b9d4e585408d76028..1722dd34fe26837ba78dc3b768f4f3618d84bcb8 100644
(file)
--- 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);