X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/55664ae04b97d1be20b1576bf2da0902113106fd..fb4013a5ce04a4e1a9e36933c19a3b01c42a2b4d:/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; }