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

Minkyu Kang mk7.kang at samsung.com
Tue Jan 4 12:04:56 CET 2011


Signed-off-by: Minkyu Kang <mk7.kang at 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


More information about the U-Boot mailing list