[PATCH 4/9] aiodev: fix bitrotted EXPORT_SYMBOL
Ahmad Fatoum
a.fatoum at pengutronix.de
Sat Oct 30 10:58:07 PDT 2021
Build with module support enabled rightfully complains about the
unknown symbol.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
drivers/aiodev/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/aiodev/core.c b/drivers/aiodev/core.c
index 5181d4c1077d..945494a6e7b2 100644
--- a/drivers/aiodev/core.c
+++ b/drivers/aiodev/core.c
@@ -29,7 +29,7 @@ struct aiochannel *aiochannel_by_name(const char *name)
return ERR_PTR(-ENOENT);
}
-EXPORT_SYMBOL(aiochannel_get_by_name);
+EXPORT_SYMBOL(aiochannel_by_name);
struct aiochannel *aiochannel_get(struct device_d *dev, int index)
{
--
2.30.2
More information about the barebox
mailing list