Skip to content

Commit 7fd781e

Browse files
jh80chungcjb
authored andcommitted
mmc: remove unused "ddr" parameter in struct mmc_ios
"mmc: dw_mmc: Fix DDR mode support" removed the last user. Signed-off-by: Jaehoon Chung <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Chris Ball <[email protected]>
1 parent 6daa777 commit 7fd781e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/mmc/host.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ struct mmc_ios {
5656
#define MMC_TIMING_UHS_SDR104 4
5757
#define MMC_TIMING_UHS_DDR50 5
5858

59-
unsigned char ddr; /* dual data rate used */
60-
6159
#define MMC_SDR_MODE 0
6260
#define MMC_1_2V_DDR_MODE 1
6361
#define MMC_1_8V_DDR_MODE 2

0 commit comments

Comments
 (0)