summaryrefslogtreecommitdiffstats
path: root/include/gpio.h
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2013-05-12 10:57:16 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-12 12:30:34 +0200
commit2924294da12565f982e33e942721f5cedac893d5 (patch)
tree2bf84763948b8de848a56ae2f179e6ef065123c2 /include/gpio.h
parent6b4231dfd39ce58a43c8e8fd0d478e0899d7df28 (diff)
downloadbarebox-2924294da12565f982e33e942721f5cedac893d5.tar.gz
barebox-2924294da12565f982e33e942721f5cedac893d5.tar.xz
gpio: fix typos
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/gpio.h')
-rw-r--r--include/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpio.h b/include/gpio.h
index c2fb9f7a99..140d53c83e 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)