mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
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>
This commit is contained in:
parent
448f11f750
commit
701a51e1ef
1 changed files with 0 additions and 4 deletions
|
@ -427,10 +427,6 @@ U_BOOT_DRIVER(mmc_blk) = {
|
|||
};
|
||||
#endif /* CONFIG_BLK */
|
||||
|
||||
U_BOOT_DRIVER(mmc) = {
|
||||
.name = "mmc",
|
||||
.id = UCLASS_MMC,
|
||||
};
|
||||
|
||||
UCLASS_DRIVER(mmc) = {
|
||||
.id = UCLASS_MMC,
|
||||
|
|
Loading…
Reference in a new issue