commit | 6f5b7ef6b5816dc497094048d7d8a270004602d6 | [log] [tgz] |
---|---|---|
author | Meelis Roos <mroos@linux.ee> | Wed Nov 01 18:07:27 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 01 18:07:27 2006 -0800 |
tree | 2c1b87b2680be227afaaafbe43d188afd95035c2 | |
parent | 5b1225454f7891970cb5ba87c8ef24edb1fa6c3a [diff] |
[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>