dm: mmc: socfpga: fix MMC_OPS support
authorSylvain Lesne <lesne@alse-fr.com>
Mon, 24 Oct 2016 16:24:37 +0000 (18:24 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 28 Oct 2016 02:02:16 +0000 (11:02 +0900)
commitf55ae19703ebf3aa19eadb66d6977779675c88d5
tree1a7aac0e1b022785645b8b380e6615705a55b365
parentdd399cb736c81b2af70426c2afc9d5e4bac95830
dm: mmc: socfpga: fix MMC_OPS support

Now that CONFIG_BLK and CONFIG_MMC_OPS are enabled by default with
CONFIG_DM_MMC, the DWMMC driver on the socfpga platform fails at
runtime.

This adds the missing fields in the driver declaration.

Signed-off-by: Sylvain Lesne <lesne@alse-fr.com>
Acked-by: Marek Vasut <marex@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/mmc/socfpga_dw_mmc.c