[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)
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>

No differences found