]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1c3fa0b11bb8a03b9e74df8592a2b19631e397d0
tree065924315671001eb28fe06ada7b60a205546912
parent442e1ac94f4d6f90ee501867dde4ce3211df53cc
mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=m

Commit efb68cb70d ("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