]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: fix warning about invalid const usage
authorEric Leblond <eric@inl.fr>
Thu, 26 Mar 2009 08:03:23 +0000 (01:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Mar 2009 08:03:23 +0000 (01:03 -0700)
commitfde243c2b6f8d4b940f723a5ed681f9bb29f4178
tree76f01c0753b47f7400e55b9005c94d0919152aa4
parent59f9be714d746622078bb948887a07e6a86fc438
netfilter: fix warning about invalid const usage

This patch fixes the declaration of the logger structure in ebt_log
and ebt_ulog: I forgot to remove the const option from their declaration
in the commit 4e7be84557046abeaf584bd7b73c9538c8975d18 ("netfilter:
use a linked list of loggers").

Pointed-out-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Eric Leblond <eric@inl.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/netfilter/ebt_log.c
net/bridge/netfilter/ebt_ulog.c