X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c78a8045277660482e922fc8677095c5d5a60946..3344f8e40c4ab416fc3bee4a8f6221cbd87a5da2:/target/linux/generic/patches-2.6.34/223-kobject-add-broadcast_uevent.patch diff --git a/target/linux/generic/patches-2.6.34/223-kobject-add-broadcast_uevent.patch b/target/linux/generic/patches-2.6.34/223-kobject-add-broadcast_uevent.patch index d851d313e..1dc655007 100644 --- a/target/linux/generic/patches-2.6.34/223-kobject-add-broadcast_uevent.patch +++ b/target/linux/generic/patches-2.6.34/223-kobject-add-broadcast_uevent.patch @@ -20,7 +20,7 @@ #else static inline int kobject_uevent(struct kobject *kobj, enum kobject_action action) -@@ -224,6 +230,16 @@ static inline int add_uevent_var(struct +@@ -224,6 +230,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; }