From 2924294da12565f982e33e942721f5cedac893d5 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Sun, 12 May 2013 10:57:16 +0400 Subject: [PATCH] gpio: fix typos Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- include/asm-generic/gpio.h | 1 - include/gpio.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h index c2e7a5d36..95fdd05ec 100644 --- a/include/asm-generic/gpio.h +++ b/include/asm-generic/gpio.h @@ -18,4 +18,3 @@ int gpio_direction_output(unsigned gpio, int value); int gpio_direction_input(unsigned gpio); #endif /* __ASM_GENERIC_GPIO_H */ - diff --git a/include/gpio.h b/include/gpio.h index c2fb9f7a9..140d53c83 100644 --- a/include/gpio.h +++ b/include/gpio.h @@ -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)