diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-09-12 21:23:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-09-12 21:23:15 +0000 |
commit | ed008fe1e832c07e7089a461dacdf1b86b8703f9 (patch) | |
tree | 6730d47cd3c1cf06ac7ad37b5b430ec6325d3f2a /target/linux/generic/patches-2.6.35/223-kobject-add-broadcast_uevent.patch | |
parent | 9bb6f3b5f35d244e633811de63905a64e4dbd449 (diff) | |
download | upstream-ed008fe1e832c07e7089a461dacdf1b86b8703f9.tar.gz upstream-ed008fe1e832c07e7089a461dacdf1b86b8703f9.tar.bz2 upstream-ed008fe1e832c07e7089a461dacdf1b86b8703f9.zip |
refresh 2.6.35 patches
SVN-Revision: 23033
Diffstat (limited to 'target/linux/generic/patches-2.6.35/223-kobject-add-broadcast_uevent.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.35/223-kobject-add-broadcast_uevent.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-2.6.35/223-kobject-add-broadcast_uevent.patch b/target/linux/generic/patches-2.6.35/223-kobject-add-broadcast_uevent.patch index c09e13e11c..14a3684410 100644 --- a/target/linux/generic/patches-2.6.35/223-kobject-add-broadcast_uevent.patch +++ b/target/linux/generic/patches-2.6.35/223-kobject-add-broadcast_uevent.patch @@ -20,7 +20,7 @@ #else static inline int kobject_uevent(struct kobject *kobj, enum kobject_action action) -@@ -262,6 +268,16 @@ static inline int add_uevent_var(struct +@@ -262,6 +268,16 @@ static inline int add_uevent_var(struct static inline int kobject_action_type(const char *buf, size_t count, enum kobject_action *type) { return -EINVAL; } |