Hi Marek, On Fri, Mar 09 2012, Marek Szyprowski wrote: > exynos4_sdhci_drv_data structure is not available on non-Exynos builds, > that's why EXYNOS4_SDHCI_DRV_DATA macro has been introduced. This patch > fixes commit 67819656 'mmc: sdhci-s3c: Add device tree support' to use > that macro. This fixes broken build for pre-Exynos SoCs. > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > --- > drivers/mmc/host/sdhci-s3c.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c > index ea0767e..984601e 100644 > --- a/drivers/mmc/host/sdhci-s3c.c > +++ b/drivers/mmc/host/sdhci-s3c.c > @@ -859,7 +859,7 @@ MODULE_DEVICE_TABLE(platform, sdhci_s3c_driver_ids); > static const struct of_device_id sdhci_s3c_dt_match[] = { > { .compatible = "samsung,s3c6410-sdhci", }, > { .compatible = "samsung,exynos4210-sdhci", > - .data = &exynos4_sdhci_drv_data }, > + .data = EXYNOS4_SDHCI_DRV_DATA }, > {}, > }; > MODULE_DEVICE_TABLE(of, sdhci_s3c_dt_match); Thanks, pushed to mmc-next for 3.4 with Jaehoon's ACK. - Chris. -- Chris Ball <cjb@xxxxxxxxxx> <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html