linux-libc-headers-2.6.15.99: remove extern function declaration from linux/netdevice.h
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 29 Apr 2006 12:15:56 +0000 (12:15 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 29 Apr 2006 12:15:56 +0000 (12:15 +0000)
packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-netdevice.patch [new file with mode: 0644]
packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb

diff --git a/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-netdevice.patch b/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-netdevice.patch
new file mode 100644 (file)
index 0000000..588aea4
--- /dev/null
@@ -0,0 +1,11 @@
+--- linux-libc-headers-2.6.15.99/include/linux/netdevice.h.orig        2006-04-29 14:10:39.245687500 +0200
++++ linux-libc-headers-2.6.15.99/include/linux/netdevice.h     2006-04-29 14:11:08.819535750 +0200
+@@ -100,8 +100,6 @@
+       unsigned long   tx_compressed;
+ };
+-extern int __init netdev_boot_setup(char *str);
+-
+ /* Media selection options. */
+ enum {
+         IF_PORT_UNKNOWN = 0,
index 9012e0f..5a0ebaa 100644 (file)
@@ -19,6 +19,7 @@ PR = "r3"
 SRC_URI = "http://ewi546.ewi.utwente.nl/OE/eabi/linux-libc-headers-${PV}.tar.bz2 \
        file://keyboard.patch;patch=1 \
        file://asm-arch-irqs.patch;patch=1 \
+       file://linux-netdevice.patch;patch=1 \
        file://linux-netfilter_ipv4.patch;patch=1 \
        file://linux-rtc.patch;patch=1 \
        file://linux-videodev2.patch;patch=1"