summaryrefslogtreecommitdiff
path: root/board/st/u8500/mmc_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/u8500/mmc_host.c')
-rw-r--r--board/st/u8500/mmc_host.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/st/u8500/mmc_host.c b/board/st/u8500/mmc_host.c
index aa3c7ba98..a9023eb10 100644
--- a/board/st/u8500/mmc_host.c
+++ b/board/st/u8500/mmc_host.c
@@ -14,9 +14,9 @@
#define DBG_LVL_INFO (1)
#define DBG_LVL_VERBOSE (2)
-#include "common.h"
+#include <asm/arch/common.h>
#include <mmc.h>
-#include "gpio.h"
+#include <asm/arch/gpio.h>
#include "mmc_host.h"
#include <malloc.h>
#include <div64.h>