openwrtv4/target/linux/ramips
André Draszik cff2dedebc ramips: gpio: fix compilation if CONFIG_GPIO_SYSFS=n
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>
2018-03-13 08:34:58 +01:00
..
base-files ramips: mt7621: add Mediatek AP-MT7621A-V60 EVB support 2018-02-24 16:05:28 +01:00
dts ramips: mt7620n: enable port 4 as EPHY by default 2018-03-06 19:49:06 +01:00
files-4.9/drivers/net/ethernet/mtk ramips: mt7620: power up ephy port 4 2018-03-06 19:49:05 +01:00
files-4.14/drivers/net/ethernet/mtk ramips: mt7620: power up ephy port 4 2018-03-06 19:49:05 +01:00
image ramips: mt7621: add Mediatek AP-MT7621A-V60 EVB support 2018-02-24 16:05:28 +01:00
mt76x8 kernel: optimize for performance by default starting with 4.14 2018-02-24 16:05:28 +01:00
mt7620 kernel: optimize for performance by default starting with 4.14 2018-02-24 16:05:28 +01:00
mt7621 ramips: preliminary support for 4.14 2018-02-15 10:46:39 +01:00
patches-4.9 ramips: gpio: fix compilation if CONFIG_GPIO_SYSFS=n 2018-03-13 08:34:58 +01:00
patches-4.14 kernel: bump 4.14 to 4.14.23 2018-03-02 21:33:08 +01:00
rt288x kernel: optimize for performance by default starting with 4.14 2018-02-24 16:05:28 +01:00
rt305x kernel: optimize for performance by default starting with 4.14 2018-02-24 16:05:28 +01:00
rt3883 kernel: optimize for performance by default starting with 4.14 2018-02-24 16:05:28 +01:00
Makefile ramips: merge mt7628/mt7688 into mt76x8 2017-08-30 17:05:10 +02:00
modules.mk ramips: fix mt76x8 dependencies 2017-09-05 08:08:36 +02:00