mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
mmc: Drop duplicate dm.h inclusion
We only need to include this header once. Drop the duplicate. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
ad2f4ac39b
commit
4426632dc8
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
|||
#include <malloc.h>
|
||||
#include <mmc.h>
|
||||
#include <sdhci.h>
|
||||
#include <dm.h>
|
||||
#include <asm/cache.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/delay.h>
|
||||
|
|
Loading…
Reference in a new issue