]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()
authorMichael Walle <michael@walle.cc>
Mon, 12 Oct 2020 08:07:13 +0000 (10:07 +0200)
committerPeng Fan <peng.fan@nxp.com>
Wed, 14 Oct 2020 06:00:37 +0000 (14:00 +0800)
commit42e20920fbf8eafd69e8ec1e3b02890ad1d382a0
tree1baf9474bd0054da340bc33168bd83f5869bb0c7
parentbd8619ad5a97db15b3aea7cd7e5bed4828bd1ec0
mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()

Make the code cleaner and drop the old-style #ifdef constructs where it is
possible.

Signed-off-by: Michael Walle <michael@walle.cc>
drivers/mmc/fsl_esdhc.c