dm: mmc: remove unused U_BOOT_DRIVER(mmc)
authorAndy Yan <andyshrk@gmail.com>
Fri, 31 May 2019 07:44:39 +0000 (15:44 +0800)
committerPeng Fan <peng.fan@nxp.com>
Thu, 5 Sep 2019 07:27:31 +0000 (15:27 +0800)
commit701a51e1ef6c727e7a4b5a48b8681f42a447072b
tree330700907aef6c6b0c3e952af93364bceb21d399
parent448f11f7503995746a7b71e5e3b3a831c4651be9
dm: mmc: remove unused U_BOOT_DRIVER(mmc)

When look through the code, I found this bare metal
drives is not used, so remove it.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/mmc/mmc-uclass.c