]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=m
authorChris Ball <cjb@laptop.org>
Tue, 10 Apr 2012 13:57:36 +0000 (09:57 -0400)
committerChris Ball <cjb@laptop.org>
Sat, 21 Apr 2012 00:29:05 +0000 (20:29 -0400)
Commit 46856a68dc ("mmc: omap_hsmmc: Convert hsmmc driver to use device tree")
introduced in 3.4-rc1 has a missing semi-colon, causing:

drivers/mmc/host/omap_hsmmc.c:1745: error: expected ',' or ';' before 'extern'

Reported-by: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/omap_hsmmc.c

index 5c2b1c10af9ce837c679180162db96ce345eb011..cfd049c7349ac2203a8ecb18dc4a28c14f086d83 100644 (file)
@@ -1741,7 +1741,7 @@ static const struct of_device_id omap_mmc_of_match[] = {
                .data = &omap4_reg_offset,
        },
        {},
-}
+};
 MODULE_DEVICE_TABLE(of, omap_mmc_of_match);
 
 static struct omap_mmc_platform_data *of_get_hsmmc_pdata(struct device *dev)