Messages in this thread Patch in this message |  | | | Subject | Re: Linux 2.6.24.3 | | From | Mike Galbraith <> | | Date | Thu, 28 Feb 2008 01:05:41 +0100 | |
On Wed, 2008-02-27 at 13:49 -0800, Randy Dunlap wrote:
> On Mon, 25 Feb 2008 20:15:45 -0800 Greg KH wrote:
> > Is this a regression from 2.6.24.2?
>
> Yes.
>
> > If so, any ideas which patch caused it?
Which ever one that added this.
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index f30fa92..4b32bb1 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -217,6 +217,7 @@ 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
|  |