summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-04-29 12:15:56 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-29 12:15:56 +0000
commit3d8ff3fad84c5b270f8b5a74f995b71ce85a1306 (patch)
tree178dc92628b40ebbc3d94065b542ee26eeefe336 /packages
parent602f6ce52feb179a83a945b7f2dc82736e92d922 (diff)
linux-libc-headers-2.6.15.99: remove extern function declaration from linux/netdevice.h
Diffstat (limited to 'packages')
-rw-r--r--packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-netdevice.patch11
-rw-r--r--packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb1
2 files changed, 12 insertions, 0 deletions
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
index 0000000000..588aea4ba8
--- /dev/null
+++ b/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/linux-netdevice.patch
@@ -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,
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
index 9012e0f454..5a0ebaafe1 100644
--- a/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
+++ b/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
@@ -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"