mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
10 lines
248 B
Diff
10 lines
248 B
Diff
--- a/net/core/dev.c
|
|
+++ b/net/core/dev.c
|
|
@@ -6891,6 +6891,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)
|