aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch
diff options
context:
space:
mode:
authorAnsuel Smith <ansuelsmth@gmail.com>2017-02-23 18:00:31 +0100
committerJohn Crispin <john@phrozen.org>2017-02-26 08:44:26 +0100
commit9c3e29033d3d285cda85047764777cde066d3bad (patch)
treed494968a1c54c14577f9629a01921fd62b02b675 /target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch
parent0e5d67d483ced4e4d4022916cbad158d484b0a70 (diff)
downloadupstream-9c3e29033d3d285cda85047764777cde066d3bad.tar.gz
upstream-9c3e29033d3d285cda85047764777cde066d3bad.tar.bz2
upstream-9c3e29033d3d285cda85047764777cde066d3bad.zip
kernel: update 4.9 to 4.9.12
Refresh generic patch Compiled and tested WRT1900ACS Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch')
-rw-r--r--target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch b/target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch
index faa80ad805..c5d65b7105 100644
--- a/target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch
+++ b/target/linux/generic/patches-4.9/022-net-add-devm-version-of-alloc_etherdev_mqs-function.patch
@@ -32,7 +32,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
int eth_gro_complete(struct sk_buff *skb, int nhoff);
--- a/net/ethernet/eth.c
+++ b/net/ethernet/eth.c
-@@ -390,6 +390,34 @@ struct net_device *alloc_etherdev_mqs(in
+@@ -391,6 +391,34 @@ struct net_device *alloc_etherdev_mqs(in
}
EXPORT_SYMBOL(alloc_etherdev_mqs);