X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b8223ca287a2fbaf47f9fa298bb76b7326153964..1481ea14f5150baebbbc6ea05bf613fd7ed2e751:/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 b3e4b6e7c..7b36ab611 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; }