projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70cce2a
)
mmc: mmci: Remove unnecessary header file
author
Wang Hongcheng
<annie.wang@amd.com>
Mon, 14 Mar 2016 05:44:33 +0000
(13:44 +0800)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Thu, 17 Mar 2016 13:54:37 +0000
(14:54 +0100)
The header file asm/sizes.h is unnecessary, let's remove it.
This also allows to compile under X86 arch.
Signed-off-by: Wang Hongcheng <annie.wang@amd.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/mmci.c
b/drivers/mmc/host/mmci.c
index 0d6ca4116f3dca7fe3170e53809e5e300193cca0..2e6c96845c9a67a2a0ac266b2dd6c04af3d3eb21 100644
(file)
--- a/
drivers/mmc/host/mmci.c
+++ b/
drivers/mmc/host/mmci.c
@@
-40,7
+40,6
@@
#include <asm/div64.h>
#include <asm/io.h>
-#include <asm/sizes.h>
#include "mmci.h"
#include "mmci_qcom_dml.h"