Skip to content
Commit 61870475 authored by Yangbo Lu's avatar Yangbo Lu Committed by Peng Fan
Browse files

mmc: fsl_esdhc: clean up DM and non-DM code



Make DM and non-DM code clear using below structure.
	#if !CONFIG_IS_ENABLED(DM_MMC)
		<non-DM_MMC code>
	#else
		<DM_MMC code>
	#endif

Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
parent 0cc127c4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment