diff --git a/[refs] b/[refs] index 0cf0d22bae66..18eef0fb110b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 58419abd507dd9cc20644b99f122bc7b5507a261 +refs/heads/master: 10bfc6e190c55b583ec312a6a8ef274924e16d8a diff --git a/trunk/arch/sh/include/asm/gpio.h b/trunk/arch/sh/include/asm/gpio.h index 9650e7c9c39e..a6ec3e430380 100644 --- a/trunk/arch/sh/include/asm/gpio.h +++ b/trunk/arch/sh/include/asm/gpio.h @@ -99,9 +99,7 @@ int gpio_direction_input(unsigned gpio); int gpio_direction_output(unsigned gpio, int value); int gpio_get_value(unsigned gpio); void gpio_set_value(unsigned gpio, int value); -static inline int gpio_export(unsigned gpio, bool direction_may_change) -{ - return 0; -} + +#include #endif /* __ASM_SH_GPIO_H */