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)
commit704b3ea3b9b4ea0e115208946abd5c8a64080113
tree76f01c0753b47f7400e55b9005c94d0919152aa4
parenta6c42322722976ca81e6d02e4a702f33d659d8fc
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 ca735b3aaa945626ba65a3e51145bfe4ecd9e222 ("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