aboutsummaryrefslogtreecommitdiff
path: root/drivers/sdio/hcd
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:11:02 +0000
committerAndy Green <andy@openmoko.com>2008-11-19 17:11:02 +0000
commitb7f4c2f2025ec254202e95c900b5281904264306 (patch)
tree8e65ab31e5b8116d21869c261e67ea326f442b29 /drivers/sdio/hcd
parent2be6b72c8fccbdd18264886d1ed173e908ff423a (diff)
fix-stable-tracking-build-without-symlink.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/sdio/hcd')
-rw-r--r--drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c b/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c
index 4f261556a2e..8fd3f40afc4 100644
--- a/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c
+++ b/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c
@@ -46,10 +46,10 @@
#include <asm/dma.h>
#include <asm/dma-mapping.h>
-#include <asm/arch/regs-sdi.h>
+#include <asm/arch-s3c2410/regs-sdi.h>
#include <mach/regs-gpio.h>
-#include <asm/arch/mci.h>
-#include <asm/arch/gta02.h>
+#include <asm/arch-s3c2410/mci.h>
+#include <asm/arch-s3c2410/gta02.h>
#include "s3c24xx_hcd.h"