mmc: remove unused "ddr" parameter in struct mmc_ios
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 8 Aug 2011 09:10:52 +0000 (18:10 +0900)
committerChris 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

index 0f83858..1d09562 100644 (file)
@@ -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