mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 17:26:42 +09:00
staging: mt7621-mmc: Remove code checking for old kernel versions
Remove code, that is checking for old kernel versions, leaving only the case for current versions. Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5ac36d9c96
commit
fb922724b0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user