summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-phycore-pxa270
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-08-06 13:00:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-08-08 11:16:02 +0200
commit85008e55422ff7576a251c2214c7d32ad8aab600 (patch)
treef99f790f1838c51de88557e5fc2a21586bdef0b8 /arch/arm/boards/phytec-phycore-pxa270
parent74fe5182a816dab999fb6efa7fbb570a557c5026 (diff)
downloadbarebox-85008e55422ff7576a251c2214c7d32ad8aab600.tar.gz
barebox-85008e55422ff7576a251c2214c7d32ad8aab600.tar.xz
ARM: boards: include gpio.h instead of mach/gpio.h
For getting the gpio functions include/gpio.h is the correct header file. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/phytec-phycore-pxa270')
-rw-r--r--arch/arm/boards/phytec-phycore-pxa270/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/phytec-phycore-pxa270/board.c b/arch/arm/boards/phytec-phycore-pxa270/board.c
index 833c4c81e4..1424c9c937 100644
--- a/arch/arm/boards/phytec-phycore-pxa270/board.c
+++ b/arch/arm/boards/phytec-phycore-pxa270/board.c
@@ -26,7 +26,7 @@
#include <partition.h>
#include <linux/sizes.h>
-#include <plat/gpio.h>
+#include <gpio.h>
#include <mach/mfp-pxa27x.h>
#include <mach/pxa-regs.h>
#include <mach/pxafb.h>