dm: mmc: socfpga: fix MMC_OPS support
authorSylvain Lesne <lesne@alse-fr.com>
Mon, 24 Oct 2016 16:24:37 +0000 (18:24 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 28 Oct 2016 02:21:21 +0000 (04:21 +0200)
commit4f9378cf67c657c8de20284ed1be8be38a6e47bc
tree8db6d16fbd48ac12db328d28934fe10e89d1974d
parentbdef7876adf74dea6178f2143705bc41262c7b06
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