sh: fix build error in board-sh7757lcr.c
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Wed, 30 Mar 2011 01:46:15 +0000 (01:46 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 31 Mar 2011 06:47:38 +0000 (15:47 +0900)
Fix the problem that the sh_mobile_sdhi.h changed the directory from
"linux/mfd/" to "linux/mmc/".

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/board-sh7757lcr.c

index a9e3356..fa2a208 100644 (file)
@@ -17,7 +17,7 @@
 #include <linux/io.h>
 #include <linux/mmc/host.h>
 #include <linux/mmc/sh_mmcif.h>
-#include <linux/mfd/sh_mobile_sdhi.h>
+#include <linux/mmc/sh_mobile_sdhi.h>
 #include <cpu/sh7757.h>
 #include <asm/sh_eth.h>
 #include <asm/heartbeat.h>