From: Greg Kroah-Hartman Date: Fri, 7 Mar 2008 00:05:17 +0000 (-0800) Subject: .24 patches X-Git-Tag: v2.6.24.4~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80e335bcb1be3af922aa2c07723f30f2f04baa37;p=thirdparty%2Fkernel%2Fstable-queue.git .24 patches --- diff --git a/queue-2.6.24/revert-net-add-if_addrlabel.h-to-sanitized-headers.patch b/queue-2.6.24/revert-net-add-if_addrlabel.h-to-sanitized-headers.patch new file mode 100644 index 00000000000..2b713e6ef37 --- /dev/null +++ b/queue-2.6.24/revert-net-add-if_addrlabel.h-to-sanitized-headers.patch @@ -0,0 +1,30 @@ +From 84d730b3f60429340b6547af5c96db41f6cf383a Mon Sep 17 00:00:00 2001 +From: Greg Kroah-Hartman +Date: Thu, 6 Mar 2008 16:00:36 -0800 +Subject: Revert "NET: Add if_addrlabel.h to sanitized headers." + +From: Greg Kroah-Hartman + +This reverts commit 5fb7ba76544d95bfa05199f7394a442de5660be7. + +It was incorrectly added to the .24.y stable tree and causes build +breakages. + +Cc: Stephen Hemminger +Cc: David S. Miller +Signed-off-by: Greg Kroah-Hartman + +--- + include/linux/Kbuild | 1 - + 1 file changed, 1 deletion(-) + +--- a/include/linux/Kbuild ++++ b/include/linux/Kbuild +@@ -217,7 +217,6 @@ unifdef-y += i2o-dev.h + unifdef-y += icmp.h + unifdef-y += icmpv6.h + unifdef-y += if_addr.h +-unifdef-y += if_addrlabel.h + unifdef-y += if_arp.h + unifdef-y += if_bridge.h + unifdef-y += if_ec.h diff --git a/queue-2.6.24/series b/queue-2.6.24/series new file mode 100644 index 00000000000..e48c2765f63 --- /dev/null +++ b/queue-2.6.24/series @@ -0,0 +1 @@ +revert-net-add-if_addrlabel.h-to-sanitized-headers.patch