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:
6daa777
)
mmc: remove unused "ddr" parameter in struct mmc_ios
author
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 8 Aug 2011 09:10:52 +0000
(18:10 +0900)
committer
Chris Ball
<cjb@laptop.org>
Sat, 13 Aug 2011 18:50:32 +0000
(14:50 -0400)
"mmc: dw_mmc: Fix DDR mode support" removed the last user.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
include/linux/mmc/host.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mmc/host.h
b/include/linux/mmc/host.h
index 0f83858147a626c1a0bf463597e4f6ff82adfa3c..1d09562ccf7394b2ae0a2cdf38cf52e17ccd53ec 100644
(file)
--- a/
include/linux/mmc/host.h
+++ b/
include/linux/mmc/host.h
@@
-56,8
+56,6
@@
struct mmc_ios {
#define MMC_TIMING_UHS_SDR104 4
#define MMC_TIMING_UHS_DDR50 5
- unsigned char ddr; /* dual data rate used */
-
#define MMC_SDR_MODE 0
#define MMC_1_2V_DDR_MODE 1
#define MMC_1_8V_DDR_MODE 2