mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-26 21:18:37 +00:00
If CONFIG_GPIO_SYSFS=n, compilation fails with drivers/built-in.o: In function `gpio_export_with_name': include/asm-generic/gpio.h:128: undefined reference to `__gpiod_export' This is because the stub in that case has the wrong name, _gpiod_export() - note the missing underscore (_) at the start. Fix the stub, and add the correct prototype for the real implementation. Signed-off-by: André Draszik <git@andred.net> |
||
|---|---|---|
| .. | ||
| base-files | ||
| dts | ||
| files-4.9/drivers/net/ethernet/mtk | ||
| files-4.14/drivers/net/ethernet/mtk | ||
| image | ||
| mt76x8 | ||
| mt7620 | ||
| mt7621 | ||
| patches-4.9 | ||
| patches-4.14 | ||
| rt288x | ||
| rt305x | ||
| rt3883 | ||
| Makefile | ||
| modules.mk | ||