summaryrefslogtreecommitdiff
path: root/board/st/u8500/u8500.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/u8500.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/u8500.c')
-rw-r--r--board/st/u8500/u8500.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/st/u8500/u8500.c b/board/st/u8500/u8500.c
index 394a1b737..7f68f41d8 100644
--- a/board/st/u8500/u8500.c
+++ b/board/st/u8500/u8500.c
@@ -15,10 +15,10 @@
#include <asm/arch/hardware.h>
#include <asm/arch/ab8500.h>
#include <tc35892.h>
-#include "gpio.h"
+#include <asm/arch/gpio.h>
#include "itp.h"
-#include "common.h"
+#include <asm/arch/common.h>
#ifdef CONFIG_VIDEO_LOGO
#include "mcde_display.h"
#endif