X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8be1093039aa9942ec456dff0255c2b0c41f2cce..05f753b7a6c7a6746a0304b32c5ba7436450fcf1:/target/linux/generic/patches-2.6.37/223-kobject-add-broadcast_uevent.patch diff --git a/target/linux/generic/patches-2.6.37/223-kobject-add-broadcast_uevent.patch b/target/linux/generic/patches-2.6.37/223-kobject-add-broadcast_uevent.patch index 7b36ab611..b3e4b6e7c 100644 --- a/target/linux/generic/patches-2.6.37/223-kobject-add-broadcast_uevent.patch +++ b/target/linux/generic/patches-2.6.37/223-kobject-add-broadcast_uevent.patch @@ -20,7 +20,7 @@ #else static inline int kobject_uevent(struct kobject *kobj, enum kobject_action action) -@@ -231,6 +237,16 @@ static inline int add_uevent_var(struct +@@ -231,6 +237,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; }