]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[NETFILTER]: silence a warning in ebtables
authorMeelis Roos <mroos@linux.ee>
Thu, 2 Nov 2006 02:07:27 +0000 (18:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Nov 2006 02:07:27 +0000 (18:07 -0800)
commit6f5b7ef6b5816dc497094048d7d8a270004602d6
tree2c1b87b2680be227afaaafbe43d188afd95035c2
parent5b1225454f7891970cb5ba87c8ef24edb1fa6c3a
[NETFILTER]: silence a warning in ebtables

net/bridge/netfilter/ebtables.c: In function 'ebt_dev_check':
net/bridge/netfilter/ebtables.c:89: warning: initialization discards qualifiers from pointer target type

So make the char* a const char * and the warning is gone.

Signed-off-by: Meelis Roos <mroos@linux.ee>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/netfilter/ebtables.c