mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
kernel: export symbol dev_set_threaded
This commit is contained in:
parent
e368d184b3
commit
ba1f8c931c
@ -0,0 +1,10 @@
|
|||||||
|
--- 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)
|
Loading…
Reference in New Issue
Block a user