9
0
Fork 0

gpio: fix typos

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2013-05-12 10:57:16 +04:00 committed by Sascha Hauer
parent 6b4231dfd3
commit 2924294da1
2 changed files with 1 additions and 2 deletions

View File

@ -18,4 +18,3 @@ int gpio_direction_output(unsigned gpio, int value);
int gpio_direction_input(unsigned gpio);
#endif /* __ASM_GENERIC_GPIO_H */

View File

@ -6,7 +6,7 @@
#ifndef CONFIG_GPIOLIB
static inline int gpio_request(unsigned gpio, const char *label)
{
return 0;
return 0;
}
static inline void gpio_free(unsigned gpio)