On Sun, 2006-09-24 at 00:05 +0000, Linux Kernel Mailing List wrote: > [NETFILTER]: remove unused include file > > Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> > Signed-off-by: David S. Miller <[EMAIL PROTECTED]> > > include/linux/netfilter_logging.h | 33 --------------------------------- > 1 file changed, 33 deletions(-)
You neglected to also remove the file from include/linux/Kbuild. Signed-off-by: David Woodhouse <[EMAIL PROTECTED]> --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -267,7 +267,6 @@ unifdef-y += netfilter_decnet.h unifdef-y += netfilter.h unifdef-y += netfilter_ipv4.h unifdef-y += netfilter_ipv6.h -unifdef-y += netfilter_logging.h unifdef-y += net.h unifdef-y += netlink.h unifdef-y += nfs3.h -- dwmw2 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
