X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c78a8045277660482e922fc8677095c5d5a60946..a3978a4a410391558c991944340bcf6941c9c916:/target/linux/generic/patches-2.6.36/223-kobject-add-broadcast_uevent.patch?ds=inline diff --git a/target/linux/generic/patches-2.6.36/223-kobject-add-broadcast_uevent.patch b/target/linux/generic/patches-2.6.36/223-kobject-add-broadcast_uevent.patch index 7f50a199d..cfe96f194 100644 --- a/target/linux/generic/patches-2.6.36/223-kobject-add-broadcast_uevent.patch +++ b/target/linux/generic/patches-2.6.36/223-kobject-add-broadcast_uevent.patch @@ -20,7 +20,7 @@ #else static inline int kobject_uevent(struct kobject *kobj, enum kobject_action action) -@@ -229,6 +235,16 @@ static inline int add_uevent_var(struct +@@ -229,6 +235,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; }