sh: gpio: Include asm-generic/gpio.h for non-gpiolib stubs.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
58419abd50
commit
10bfc6e190
1 changed files with 2 additions and 4 deletions
|
@ -99,9 +99,7 @@ int gpio_direction_input(unsigned gpio);
|
||||||
int gpio_direction_output(unsigned gpio, int value);
|
int gpio_direction_output(unsigned gpio, int value);
|
||||||
int gpio_get_value(unsigned gpio);
|
int gpio_get_value(unsigned gpio);
|
||||||
void gpio_set_value(unsigned gpio, int value);
|
void gpio_set_value(unsigned gpio, int value);
|
||||||
static inline int gpio_export(unsigned gpio, bool direction_may_change)
|
|
||||||
{
|
#include <asm-generic/gpio.h>
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif /* __ASM_SH_GPIO_H */
|
#endif /* __ASM_SH_GPIO_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue