commit | 107a5e49232b9fef3c19abc386d690c3d5d33986 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Tue Aug 08 15:45:13 2017 -0700 |
committer | York Sun <york.sun@nxp.com> | Wed Aug 09 09:11:29 2017 -0700 |
tree | 76e90be79055d31aecd973d2198158e62fb567eb | |
parent | 4f6d3880d22232499f4d546f89d3faa766784ef4 [diff] |
driver: mmc: fsl_esdhc: Fix compiling warning Commit 4483b7eb added variable vqmmc_dev but only uses it under CONFIG_DM_REGULATOR. Add the same macro to variable declaration to get rid of compiling warning. Signed-off-by: York Sun <york.sun@nxp.com>