]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: unconditionally define mmc_deinit()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 18 Dec 2021 09:53:48 +0000 (10:53 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Jan 2022 00:56:40 +0000 (09:56 +0900)
commita15b2e6bcf5ae605073a7db54bfb68b07f736ba4
tree3aacb14ec00d80bf48356a5f359d9a8be0bbccbb
parent66d0b7e1f2bdcfbb7a64a0ffc1fd63617b8dd995
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>
include/mmc.h