[PATCH 25/34] staging: mt7621-mmc: Remove code checking for old kernel versions

Christian Lütke-Stetzkamp christian at lkamp.de
Mon Apr 2 16:45:27 UTC 2018


Remove code, that is checking for old kernel versions, leaving only
the case for current versions.

Signed-off-by: Christian Lütke-Stetzkamp <christian at lkamp.de>
---
 drivers/staging/mt7621-mmc/sd.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/staging/mt7621-mmc/sd.c b/drivers/staging/mt7621-mmc/sd.c
index 64933bad91e1..82b983575394 100644
--- a/drivers/staging/mt7621-mmc/sd.c
+++ b/drivers/staging/mt7621-mmc/sd.c
@@ -2749,12 +2749,8 @@ static int msdc_drv_probe(struct platform_device *pdev)
 		mmc->caps |= MMC_CAP_NEEDS_POLL;
 
 	/* MMC core transfer sizes tunable parameters */
-#if LINUX_VERSION_CODE > KERNEL_VERSION(3, 10, 0)
 	mmc->max_segs      = MAX_HW_SGMTS;
-#else
-	mmc->max_hw_segs   = MAX_HW_SGMTS;
-	mmc->max_phys_segs = MAX_PHY_SGMTS;
-#endif
+
 	mmc->max_seg_size  = MAX_SGMT_SZ;
 	mmc->max_blk_size  = HOST_MAX_BLKSZ;
 	mmc->max_req_size  = MAX_REQ_SZ;
-- 
2.16.1



More information about the devel mailing list