kernel: export symbol dev_set_threaded

This commit is contained in:
lean 2022-04-03 00:16:52 +08:00
parent e368d184b3
commit ba1f8c931c

View File

@ -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)