]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit6ea429e1625fe2609f5985861fb52816ae731bc0
tree330700907aef6c6b0c3e952af93364bceb21d399
parent0c0423a2e23c7e0f14fb7e8114b4c368fb3b60de
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