[U-Boot] [PATCH] mmc: remove duplicated header file

4 Jan
2011
4 Jan
'11
12:04 p.m.
Signed-off-by: Minkyu Kang mk7.kang@samsung.com --- drivers/mmc/mmc.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index 6805b33..1df759f 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -30,7 +30,6 @@ #include <part.h> #include <malloc.h> #include <linux/list.h> -#include <mmc.h> #include <div64.h>
static struct list_head mmc_devices;
--
1.7.1
5242
Age (days ago)
5242
Last active (days ago)
0 comments
1 participants
participants (1)
-
Minkyu Kang