[PATCH] netfilter: fix build error due to missing has_bridge_parent macro
authorJesper Juhl <jesper.juhl@gmail.com>
Sun, 12 Feb 2006 22:34:53 +0000 (14:34 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 13 Feb 2006 00:10:47 +0000 (16:10 -0800)
commit3c791925da0e6108cda15e3c2c7bfaebcd9ab9cf
treecc931cbbe81b15687d28f774e916dd917ae0bf88
parentd524c5e200486d55942fcd25b0b6e181f843f837
[PATCH] netfilter: fix build error due to missing has_bridge_parent macro

net/bridge/br_netfilter.c: In function `br_nf_post_routing':
net/bridge/br_netfilter.c:808: warning: implicit declaration of function `has_bridge_parent'

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Cc: Harald Welte <laforge@netfilter.org>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
net/bridge/br_netfilter.c