This commit: commit 46856a68dcb5f67c779d211fd6bcb5d7a2a7f19b Author: Rajendra Nayak <rnayak@xxxxxx> Date: Mon Mar 12 20:32:37 2012 +0530 mmc: omap_hsmmc: Convert hsmmc driver to use device tree Define dt bindings for the ti-omap-hsmmc, and adapt the driver to extract data (which was earlier passed as platform_data) from device tree. Signed-off-by: Rajendra Nayak <rnayak@xxxxxx> Acked-by: Rob Herring <rob.herring@xxxxxxxxxxx> Signed-off-by: Chris Ball <cjb@xxxxxxxxxx> breaks omap-hsmmc compilation: drivers/mmc/host/omap_hsmmc.c:1745: error: expected ',' or ';' before 'extern' +#ifdef CONFIG_OF +static u16 omap4_reg_offset = 0x100; + +static const struct of_device_id omap_mmc_of_match[] = { ... +} +MODULE_DEVICE_TABLE(of, omap_mmc_of_match); There should be a ';' after the }. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html