Revert "kernel: export symbol dev_set_threaded"

This reverts commit ba1f8c931c.
Fixes: #10589, #10593, #10595
This commit is contained in:
AmadeusGhost 2022-12-12 15:08:29 +08:00
parent 71a7686e61
commit 3cdf9dc3c3

View File

@ -1,10 +0,0 @@
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -6903,6 +6903,7 @@ int dev_set_threaded(struct net_device *
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)