summaryrefslogtreecommitdiff
path: root/board/st/u8500/mcde_display.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/mcde_display.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/mcde_display.c')
-rw-r--r--board/st/u8500/mcde_display.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/st/u8500/mcde_display.c b/board/st/u8500/mcde_display.c
index e0f924550..f73a53a24 100644
--- a/board/st/u8500/mcde_display.c
+++ b/board/st/u8500/mcde_display.c
@@ -10,7 +10,7 @@
#include <common.h>
#include <command.h>
-#include "gpio.h"
+#include <asm/arch/gpio.h>
#include "mcde_display.h"
#include "dsilink_regs.h"
#include <tc35892.h>
@@ -19,7 +19,7 @@
#include "mcde.h"
#include <linux/err.h>
#include <asm/arch/ab8500.h>
-#include "common.h"
+#include <asm/arch/common.h>
#include <part.h>
#include <mmc.h>