From 9999ca14e7882d510801790dee168291b03f25ee Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 7 Dec 2015 10:11:43 +0000 Subject: generic: bump 4.4 to rc4 Signed-off-by: Imre Kaloz SVN-Revision: 47801 --- .../010-net-remove-unnecessary-semicolon-in-netdev_alloc_pcp.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-4.4/010-net-remove-unnecessary-semicolon-in-netdev_alloc_pcp.patch') diff --git a/target/linux/generic/patches-4.4/010-net-remove-unnecessary-semicolon-in-netdev_alloc_pcp.patch b/target/linux/generic/patches-4.4/010-net-remove-unnecessary-semicolon-in-netdev_alloc_pcp.patch index 7123599215..b8b9a83022 100644 --- a/target/linux/generic/patches-4.4/010-net-remove-unnecessary-semicolon-in-netdev_alloc_pcp.patch +++ b/target/linux/generic/patches-4.4/010-net-remove-unnecessary-semicolon-in-netdev_alloc_pcp.patch @@ -13,7 +13,7 @@ Signed-off-by: Felix Fietkau --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h -@@ -2083,7 +2083,7 @@ struct pcpu_sw_netstats { +@@ -2084,7 +2084,7 @@ struct pcpu_sw_netstats { }) #define netdev_alloc_pcpu_stats(type) \ -- cgit v1.2.3