X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f3016ce71f0bbc04af06b7f8be4a4af0fd0269c2..004baf12d334716fec9228f6d8563cc3af786f83:/target/linux/generic-2.4/patches/224-atm_hotplug.patch diff --git a/target/linux/generic-2.4/patches/224-atm_hotplug.patch b/target/linux/generic-2.4/patches/224-atm_hotplug.patch index 64dd3e8a3..b1238ed01 100644 --- a/target/linux/generic-2.4/patches/224-atm_hotplug.patch +++ b/target/linux/generic-2.4/patches/224-atm_hotplug.patch @@ -1,7 +1,5 @@ -Index: linux-2.4.35.4/include/linux/atmdev.h -=================================================================== ---- linux-2.4.35.4.orig/include/linux/atmdev.h -+++ linux-2.4.35.4/include/linux/atmdev.h +--- a/include/linux/atmdev.h ++++ b/include/linux/atmdev.h @@ -400,6 +400,7 @@ extern rwlock_t vcc_sklist_lock; struct atm_dev *atm_dev_register(const char *type,const struct atmdev_ops *ops, int number,atm_dev_flags_t *flags); /* number == -1: pick first available */ @@ -10,10 +8,8 @@ Index: linux-2.4.35.4/include/linux/atmdev.h void atm_dev_deregister(struct atm_dev *dev); void shutdown_atm_dev(struct atm_dev *dev); void vcc_insert_socket(struct sock *sk); -Index: linux-2.4.35.4/net/atm/resources.c -=================================================================== ---- linux-2.4.35.4.orig/net/atm/resources.c -+++ linux-2.4.35.4/net/atm/resources.c +--- a/net/atm/resources.c ++++ b/net/atm/resources.c @@ -10,6 +10,7 @@ #include #include /* for barrier */