summaryrefslogtreecommitdiff
path: root/board/st/u8500/gpio.c
diff options
context:
space:
mode:
authorMichael Brandt <michael.brandt@stericsson.com>2010-11-18 09:33:15 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2010-11-19 15:18:20 +0100
commit0f4cedc41f19ebf32c40c244b09b71787458e27f (patch)
tree6cbf3ff4a2f6ad98d43b7ca7d9b7e345ba7c793c /board/st/u8500/gpio.c
parentc8c9d8e3dac93c840baa93db847f72f63a61790c (diff)
U8500: Removed duplicates of common.h and gpio.h
common.h and gpio.h were present in the u8500 board directory and in the SoC include directory include/asm-arch/arch-stw8500. This patch removes the duplicates in the board directory and replaces all "common.h" and "gpio.h" with <asm/arch/common.h> and <asm/arch/gpio.h>, respectively. Change-Id: I4ff2a3a11324200222e3ae5b9d22eee6427f6d4c Signed-off-by: Michael Brandt <michael.brandt@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/8838 Reviewed-by: Markus HELGESSON <markus.helgesson@stericsson.com> Reviewed-by: Rikard OLSSON <rikard.p.olsson@stericsson.com>
Diffstat (limited to 'board/st/u8500/gpio.c')
-rw-r--r--board/st/u8500/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/st/u8500/gpio.c b/board/st/u8500/gpio.c
index 41c49b6e4..88e868532 100644
--- a/board/st/u8500/gpio.c
+++ b/board/st/u8500/gpio.c
@@ -21,7 +21,7 @@
*/
/* --- includes ----------------------------------------------------------- */
-#include "gpio.h"
+#include <asm/arch/gpio.h>
static struct gpio_register *addr_gpio_register[GPIO_BLOCKS_COUNT];