diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-18 20:24:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-18 20:24:51 +0000 |
commit | 37044cf01e5764164d34a4bfe14f9f00f7a2f6ea (patch) | |
tree | db857f99d1b528f6f722bda21b589e60a7461598 /target/linux/generic-2.6/patches-2.6.23/213-kobject_uevent.patch | |
parent | 7d8b70a1ece7a0f5078688e2ccd4b11e4444d3fe (diff) | |
download | mtk-20170518-37044cf01e5764164d34a4bfe14f9f00f7a2f6ea.zip mtk-20170518-37044cf01e5764164d34a4bfe14f9f00f7a2f6ea.tar.gz mtk-20170518-37044cf01e5764164d34a4bfe14f9f00f7a2f6ea.tar.bz2 |
refresh generic 2.6.23 patches
SVN-Revision: 11187
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.23/213-kobject_uevent.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.23/213-kobject_uevent.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.23/213-kobject_uevent.patch b/target/linux/generic-2.6/patches-2.6.23/213-kobject_uevent.patch index 4950af3..1a750c1 100644 --- a/target/linux/generic-2.6/patches-2.6.23/213-kobject_uevent.patch +++ b/target/linux/generic-2.6/patches-2.6.23/213-kobject_uevent.patch @@ -1,8 +1,8 @@ -Index: linux-2.6.23-rc6/lib/kobject_uevent.c +Index: linux-2.6.23.17/lib/kobject_uevent.c =================================================================== ---- linux-2.6.23-rc6.orig/lib/kobject_uevent.c 2007-09-21 16:23:52.000000000 +0800 -+++ linux-2.6.23-rc6/lib/kobject_uevent.c 2007-09-21 16:24:07.000000000 +0800 -@@ -40,9 +40,22 @@ +--- linux-2.6.23.17.orig/lib/kobject_uevent.c ++++ linux-2.6.23.17/lib/kobject_uevent.c +@@ -40,9 +40,22 @@ u64 uevent_seqnum; char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/hotplug"; static DEFINE_SPINLOCK(sequence_lock); #if defined(CONFIG_NET) @@ -26,7 +26,7 @@ Index: linux-2.6.23-rc6/lib/kobject_uevent.c /** * kobject_uevent_env - send an uevent with environmental data * -@@ -159,9 +172,7 @@ +@@ -159,9 +172,7 @@ int kobject_uevent_env(struct kobject *k } /* we will send an event, request a new sequence number */ |