From: Eric Leblond Date: Thu, 26 Mar 2009 08:03:23 +0000 (-0700) Subject: netfilter: fix warning about invalid const usage X-Git-Tag: v2.6.30-rc1~662^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=704b3ea3b9b4ea0e115208946abd5c8a64080113;p=pandora-kernel.git 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 Signed-off-by: Eric Leblond Signed-off-by: David S. Miller --- Reading git-diff-tree failed