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-16 14:44:02 +01:00
2018-02-23 07:54:29 +01:00
2018-02-18 02:59:57 +01:00
2018-03-09 18:25:57 +01:00
2017-10-28 13:59:03 +02:00
2018-02-18 02:59:48 +01:00
2018-01-12 15:14:27 -08:00
2018-02-14 15:47:16 +01:00
2018-02-05 10:15:53 +01:00
2018-02-16 14:44:02 +01:00
2018-03-07 17:01:07 +01:00
2018-03-10 11:58:19 +01:00
2018-03-03 12:58:56 +01:00
2018-03-09 22:13:19 +01:00
2018-02-16 14:44:02 +01:00
2017-11-25 19:48:39 +01:00
2018-03-12 12:50:46 +01:00
2018-03-02 21:32: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-06 19:49:06 +01:00
2018-03-03 12:58:55 +01:00
2018-01-09 10:26:16 +01:00
2018-02-05 10:15:53 +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
2018-02-23 08:21:50 +01:00
2017-10-18 21:46:05 +02:00
2018-01-15 13:13:34 +01: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-07-15 23:13:34 +02:00
2017-01-10 12:49:34 +01:00
2018-03-13 08:34:58 +01:00
2018-02-16 14:44:02 +01:00
2018-03-10 01:15:22 +01:00
2018-03-08 11:44:26 -08:00
2018-02-18 19:51:58 +01:00
2018-01-13 15:04:15 +01:00
2018-01-13 15:04:15 +01:00