[PATCH] [ARM]: Build fix after file move

Jonas Bonn jonas.bonn at gmail.com
Sat Oct 11 21:47:41 CEST 2008


After the big include file move these paths ended up incorrect.  Fix
these so that this builds cleanly again.

Signed-off-by: Jonas Bonn <jonas.bonn at gmail.com>
---
 drivers/mmc/host/s3cmci.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
index c220af4..c62db87 100644
--- a/drivers/mmc/host/s3cmci.c
+++ b/drivers/mmc/host/s3cmci.c
@@ -29,9 +29,9 @@
 
 #include <asm/io.h>
 #include <asm/arch/regs-sdi.h>
-#include <asm/arch/regs-gpio.h>
+#include <mach/regs-gpio.h>
 #include <asm/arch/mci.h>
-#include <asm/arch/dma.h>
+#include <mach/dma.h>
 
 #include "s3cmci.h"
 
-- 
1.5.6.3




More information about the openmoko-kernel mailing list