diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-07 16:22:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-07 16:22:08 +0000 |
commit | ad133b57a94165e1289ac63b38139047a1450dbb (patch) | |
tree | b59d5e2f60aface2db357eef2bd87d5d448c26a3 /target/linux/generic/patches-4.0/910-kobject_uevent.patch | |
parent | 86a46a817ba7cfab4963818f9c97508f1f835762 (diff) | |
download | mtk-20170518-ad133b57a94165e1289ac63b38139047a1450dbb.zip mtk-20170518-ad133b57a94165e1289ac63b38139047a1450dbb.tar.gz mtk-20170518-ad133b57a94165e1289ac63b38139047a1450dbb.tar.bz2 |
kernel: remove linux 4.0 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47412
Diffstat (limited to 'target/linux/generic/patches-4.0/910-kobject_uevent.patch')
-rw-r--r-- | target/linux/generic/patches-4.0/910-kobject_uevent.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/generic/patches-4.0/910-kobject_uevent.patch b/target/linux/generic/patches-4.0/910-kobject_uevent.patch deleted file mode 100644 index a2c935f..0000000 --- a/target/linux/generic/patches-4.0/910-kobject_uevent.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/lib/kobject_uevent.c -+++ b/lib/kobject_uevent.c -@@ -52,6 +52,18 @@ static const char *kobject_actions[] = { - [KOBJ_OFFLINE] = "offline", - }; - -+u64 uevent_next_seqnum(void) -+{ -+ u64 seq; -+ -+ mutex_lock(&uevent_sock_mutex); -+ seq = ++uevent_seqnum; -+ mutex_unlock(&uevent_sock_mutex); -+ -+ return seq; -+} -+EXPORT_SYMBOL_GPL(uevent_next_seqnum); -+ - /** - * kobject_action_type - translate action string to numeric type - * |