lede/target/linux/generic/hack-5.10/993-export-dev-set-dev-symbol.patch

11 lines
249 B
Diff
Raw Normal View History

2022-04-03 00:16:52 +08:00
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -6900,6 +6900,7 @@
2022-04-03 00:16:52 +08:00
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)