summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
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/asm-generic
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/asm-generic')
-rw-r--r--include/asm-generic/gpio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h
index c2e7a5d368..95fdd05ec9 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 */
-