commit | 3fd7aca05d7ecbee0122903860bdbb24e7644e69 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Dec 18 10:53:48 2021 +0100 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Wed Jan 12 09:56:40 2022 +0900 |
tree | 3aacb14ec00d80bf48356a5f359d9a8be0bbccbb | |
parent | feb7fa3d2fbb4b238e545f04c952536f9a43227f [diff] |
mmc: unconditionally define mmc_deinit() We want to replace '#ifdef' by 'if (IS_ENABLED(CONFIG_...))' in our code. Therefore functions should be defined unconditionally even if they are not implemented. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Acked-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>