lede/target/linux/generic/hack-5.10/993-export-dev-set-dev-symbol.patch
José Hwong aa3f8bc738
kernel-5.10: fix offset and fuzz for patches (#9238)
Fixed "generic" and "ipq807x" sections.

Signed-off-by: José Hwong <88561480+JoseCoW@users.noreply.github.com>
2022-04-12 11:24:00 +08:00

11 lines
249 B
Diff

--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -6900,6 +6900,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)