]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[NETFILTER]: Kill function prototype for non-existing function
authorPatrick McHardy <kaber@trash.net>
Tue, 18 Dec 2007 06:42:09 +0000 (22:42 -0800)
committerDavid 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

index 368b7ed1f1bf2503ae6d43219bbaf5b9b34f314f..bd4a2dd54233619857c67f020938457f7227ec10 100644 (file)
@@ -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. */