mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00

Fixed "generic" and "ipq807x" sections. Signed-off-by: José Hwong <88561480+JoseCoW@users.noreply.github.com>
11 lines
249 B
Diff
11 lines
249 B
Diff
--- a/net/core/dev.c
|
|
+++ b/net/core/dev.c
|
|
@@ -6900,6 +6900,7 @@
|
|
|
|
return err;
|
|
}
|
|
+EXPORT_SYMBOL(dev_set_threaded);
|
|
|
|
void netif_napi_add(struct net_device *dev, struct napi_struct *napi,
|
|
int (*poll)(struct napi_struct *, int), int weight)
|