diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-13 12:18:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-13 12:18:08 +0000 |
commit | 6e2b255ad85b1227262872d127a94bf3aac153a6 (patch) | |
tree | 1223379b3fb35c385ca08e3a065e0bf40d8075e7 /target/device/AMD/DBAu1500/kernel-patches/009-sysfs-n.patch | |
parent | 0ac8b4c2987f12f27f39183c2cd9108736c6e28d (diff) |
make this target current
Diffstat (limited to 'target/device/AMD/DBAu1500/kernel-patches/009-sysfs-n.patch')
-rw-r--r-- | target/device/AMD/DBAu1500/kernel-patches/009-sysfs-n.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/target/device/AMD/DBAu1500/kernel-patches/009-sysfs-n.patch b/target/device/AMD/DBAu1500/kernel-patches/009-sysfs-n.patch deleted file mode 100644 index 61359fc6b..000000000 --- a/target/device/AMD/DBAu1500/kernel-patches/009-sysfs-n.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- linux-2.6.16-rc6-mm1.orig/lib/kobject_uevent.c 2006-03-14 22:57:23.000000000 +0900 -+++ linux-2.6.16-rc6-mm1/lib/kobject_uevent.c 2006-03-15 08:39:33.000000000 +0900 -@@ -25,6 +25,11 @@ - #define BUFFER_SIZE 2048 /* buffer for the variables */ - #define NUM_ENVP 32 /* number of env pointers */ - -+#ifdef CONFIG_HOTPLUG -+u64 uevent_seqnum; -+char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/hotplug"; -+#endif -+ - #if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET) - static DEFINE_SPINLOCK(sequence_lock); - static struct sock *uevent_sock; ---- linux-2.6.16-rc6-mm1.orig/kernel/ksysfs.c 2006-03-14 22:57:31.000000000 +0900 -+++ linux-2.6.16-rc6-mm1/kernel/ksysfs.c 2006-03-15 08:41:11.000000000 +0900 -@@ -15,9 +15,6 @@ - #include <linux/module.h> - #include <linux/init.h> - --u64 uevent_seqnum; --char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/hotplug"; -- - #define KERNEL_ATTR_RO(_name) \ - static struct subsys_attribute _name##_attr = __ATTR_RO(_name) - - |