X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-4.4%2F072-net-add-devm-version-of-alloc_etherdev_mqs-function.patch;h=be03cca9ee754985a717b3c44c49a10ab6460f14;hb=06f3b919021f3cf55cc4e1aa22650089dc2ab903;hp=1d44d487c74364b1a55269fcd2384427207350e2;hpb=56121140907626fbbdb18a8cd7e99677763a3d6e;p=openwrt%2Fopenwrt.git diff --git a/target/linux/generic/patches-4.4/072-net-add-devm-version-of-alloc_etherdev_mqs-function.patch b/target/linux/generic/patches-4.4/072-net-add-devm-version-of-alloc_etherdev_mqs-function.patch index 1d44d487c7..be03cca9ee 100644 --- a/target/linux/generic/patches-4.4/072-net-add-devm-version-of-alloc_etherdev_mqs-function.patch +++ b/target/linux/generic/patches-4.4/072-net-add-devm-version-of-alloc_etherdev_mqs-function.patch @@ -33,7 +33,7 @@ Signed-off-by: David S. Miller int eth_gro_complete(struct sk_buff *skb, int nhoff); --- a/net/ethernet/eth.c +++ b/net/ethernet/eth.c -@@ -387,6 +387,34 @@ struct net_device *alloc_etherdev_mqs(in +@@ -388,6 +388,34 @@ struct net_device *alloc_etherdev_mqs(in } EXPORT_SYMBOL(alloc_etherdev_mqs);