From: Stephen Hemminger Date: Thu, 20 Sep 2007 20:04:12 +0000 (-0700) Subject: Fix tc_ematch kbuild X-Git-Tag: v2.6.22.9~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f67cd4be96512bc7b415e55be2e061dcce5664a;p=thirdparty%2Fkernel%2Fstable.git Fix tc_ematch kbuild commit 09d74cdd88a59a18f2ad7cfa0b6045ed1817b632 in mainline. Subject: [PATCH] [KBUILD]: Sanitize tc_ematch headers. The headers in tc_ematch are used by iproute2, so these headers should be processed. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/Kbuild b/include/linux/Kbuild index b9c4d9ec6ecc1..d86711d012f8c 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -7,6 +7,7 @@ header-y += raid/ header-y += spi/ header-y += sunrpc/ header-y += tc_act/ +header-y += tc_ematch/ header-y += netfilter/ header-y += netfilter_arp/ header-y += netfilter_bridge/