projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e5b07
)
drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion
author
Alexey Brodkin
<
[email protected]
>
Mon, 15 Jul 2013 11:30:30 +0000
(15:30 +0400)
committer
Andy Fleming
<
[email protected]
>
Tue, 16 Jul 2013 23:44:22 +0000
(18:44 -0500)
1. No contents of "asm/arch/clk.h" is used within "dw_mmc.c".
2. If arch doesn't have "asm/arch/clk.h" driver won't build.
Without mentioned inclusion dw_mmc driver could be built for arches
other than ARM. For ARM driver still builds without it.
Signed-off-by: Alexey Brodkin <
[email protected]
>
Cc: Mischa Jonker <
[email protected]
>
Cc: Andy Fleming <
[email protected]
>
Cc: Rajeshwari Shinde <
[email protected]
>
Cc: Amar <
[email protected]
>
Cc: Minkyu Kang <
[email protected]
>
Cc: Jaehoon Chung <
[email protected]
>
Signed-off-by: Andy Fleming <
[email protected]
>
drivers/mmc/dw_mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/dw_mmc.c
b/drivers/mmc/dw_mmc.c
index 5da20eda5586c82dd1f1698d26e8c7042e33eed5..684a2a8df7808053f41b72dd72cf8ff1af13223b 100644
(file)
--- a/
drivers/mmc/dw_mmc.c
+++ b/
drivers/mmc/dw_mmc.c
@@
-23,7
+23,6
@@
#include <malloc.h>
#include <mmc.h>
#include <dwmmc.h>
-#include <asm/arch/clk.h>
#include <asm-generic/errno.h>
#define PAGE_SIZE 4096