1
0

Merge remote-tracking branch 'omap/hsmmc' into for_3.4/cleanup/pm-base

This commit is contained in:
Kevin Hilman
2012-03-05 15:37:04 -08:00
526 changed files with 3992 additions and 43132 deletions

View File

@@ -370,7 +370,11 @@ static void n8x0_mmc_callback(void *data, u8 card_mask)
else
*openp = 0;
#ifdef CONFIG_MMC_OMAP
omap_mmc_notify_cover_event(mmc_device, index, *openp);
#else
pr_warn("MMC: notify cover event not available\n");
#endif
}
static int n8x0_mmc_late_init(struct device *dev)