summaryrefslogtreecommitdiff
path: root/drivers/mmc/omap_hsmmc.c
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2012-12-03 02:19:46 (GMT)
committerTom Rini <trini@ti.com>2013-03-08 21:41:13 (GMT)
commitd23d8d7e069c3aca071b7f68d9c15d11f8d4c84d (patch)
tree936923cdc7450422639747e99a83e5ce9843198a /drivers/mmc/omap_hsmmc.c
parent5c1214de8c7b8b3e807ec09508e653580872e599 (diff)
downloadu-boot-d23d8d7e069c3aca071b7f68d9c15d11f8d4c84d.tar.xz
mmc: add support for write protection
Add generic mmc write protection functionality. Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'drivers/mmc/omap_hsmmc.c')
-rw-r--r--drivers/mmc/omap_hsmmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c
index cb1a7bd..fcbd133 100644
--- a/drivers/mmc/omap_hsmmc.c
+++ b/drivers/mmc/omap_hsmmc.c
@@ -590,6 +590,7 @@ int omap_mmc_init(int dev_index, uint host_caps_mask, uint f_max, int cd_gpio)
mmc->set_ios = mmc_set_ios;
mmc->init = mmc_init_setup;
mmc->getcd = omap_mmc_getcd;
+ mmc->getwp = NULL;
mmc->priv = priv_data;
switch (dev_index) {