From: Meelis Roos Date: Thu, 2 Nov 2006 02:07:27 +0000 (-0800) Subject: [NETFILTER]: silence a warning in ebtables X-Git-Tag: v2.6.19-rc5~68^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f5b7ef6b5816dc497094048d7d8a270004602d6;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed