Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: ecovec: fixup compile error on sdhi

afa2c9407f8908 ("sh: ecovec24: Use MMC/SDHI CD and RO GPIO") added
.tmio_flags = TMIO_MMC_USE_GPIO_CD on sh_mobile_sdhi_info, but it needs
<linux/mfd/tmio.h> header. This patch adds it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Chris Ball <cjb@laptop.org>

authored by

Kuninori Morimoto and committed by
Chris Ball
357002b9 b83e8670

+1
+1
arch/sh/boards/mach-ecovec24/setup.c
··· 15 15 #include <linux/mmc/sh_mmcif.h> 16 16 #include <linux/mmc/sh_mobile_sdhi.h> 17 17 #include <linux/mtd/physmap.h> 18 + #include <linux/mfd/tmio.h> 18 19 #include <linux/gpio.h> 19 20 #include <linux/interrupt.h> 20 21 #include <linux/io.h>