From: Yoshihiro Shimoda Date: Wed, 30 Mar 2011 01:46:15 +0000 (+0000) Subject: sh: fix build error in board-sh7757lcr.c X-Git-Tag: upstream/snapshot3+hdmi~10695^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a86cad62a0b8b830a7bea465141bed26de25fe4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git sh: fix build error in board-sh7757lcr.c Fix the problem that the sh_mobile_sdhi.h changed the directory from "linux/mfd/" to "linux/mmc/". Signed-off-by: Yoshihiro Shimoda Signed-off-by: Paul Mundt --- diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c index a9e3356..fa2a208 100644 --- a/arch/sh/boards/board-sh7757lcr.c +++ b/arch/sh/boards/board-sh7757lcr.c @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include