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)
commit52faec31827ec1a1837977e29c067424426634c5
tree1baf9474bd0054da340bc33168bd83f5869bb0c7
parentc7f4418c8bca79601f62b3b69a4cb24d1adb9d3d
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