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: firefly_0821_release~7613^2~1676^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9a86cad62a0b8b830a7bea465141bed26de25fe4;p=firefly-linux-kernel-4.4.55.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 a9e33569ad38..fa2a208ec6cb 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