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
..
2018-02-18 02:59:57 +01:00
2017-10-28 13:59:03 +02:00
2018-02-18 02:59:48 +01:00
2018-03-03 12:58:56 +01:00
2018-03-09 22:13:19 +01:00
2018-03-03 12:58:55 +01:00
2018-02-18 02:59:57 +01:00
2018-01-20 20:22:01 +01:00
2018-03-03 12:58:55 +01:00
2018-01-09 10:26:16 +01:00
2018-03-09 22:12:48 +01:00
2018-02-18 02:59:57 +01:00
2018-03-10 01:15:22 +01:00
2018-02-20 13:25:00 +01:00
2018-02-08 19:04:38 +01:00
2017-10-18 21:46:05 +02:00
2017-10-24 18:39:17 -07:00
2018-03-03 12:58:56 +01:00
2018-02-18 02:59:57 +01:00
2017-01-10 12:49:34 +01:00
2018-03-08 11:44:26 -08:00
2018-02-18 19:51:58 +01:00