projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76aa1ce
)
[NETFILTER]: Kill function prototype for non-existing function
author
Patrick McHardy
<kaber@trash.net>
Tue, 18 Dec 2007 06:42:09 +0000
(22:42 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 22:59:05 +0000
(14:59 -0800)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/netfilter.h
b/include/linux/netfilter.h
index 368b7ed1f1bf2503ae6d43219bbaf5b9b34f314f..bd4a2dd54233619857c67f020938457f7227ec10 100644
(file)
--- a/
include/linux/netfilter.h
+++ b/
include/linux/netfilter.h
@@
-206,9
+206,6
@@
int compat_nf_setsockopt(struct sock *sk, int pf, int optval,
int compat_nf_getsockopt(struct sock *sk, int pf, int optval,
char __user *opt, int *len);
-/* FIXME: Before cache is ever used, this must be implemented for real. */
-extern void nf_invalidate_cache(int pf);
-
/* Call this before modifying an existing packet: ensures it is
modifiable and linear to the point you care about (writable_len).
Returns true or false. */