From 0f4cedc41f19ebf32c40c244b09b71787458e27f Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Thu, 18 Nov 2010 09:33:15 +0100 Subject: 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 and , respectively. Change-Id: I4ff2a3a11324200222e3ae5b9d22eee6427f6d4c Signed-off-by: Michael Brandt Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/8838 Reviewed-by: Markus HELGESSON Reviewed-by: Rikard OLSSON --- board/st/u8500/u8500.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/st/u8500/u8500.c') 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 #include #include -#include "gpio.h" +#include #include "itp.h" -#include "common.h" +#include #ifdef CONFIG_VIDEO_LOGO #include "mcde_display.h" #endif -- cgit v1.2.3