]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: core: use the defined function to check whether card is removable
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 28 Jan 2016 23:52:57 +0000 (08:52 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 2 Feb 2016 12:50:14 +0000 (13:50 +0100)
commit502415a5cc081d57f19cd62c43a898e02d1b006d
treecce55c51dad64cf5a5013e1c4f7bdc63a13ff428
parent02d3077f4c65879c163ad8e7fc778103a13722fb
mmc: core: use the defined function to check whether card is removable

In linux/mmc/host.h, mmc_card_is_removable() is already defined.
There is no reason that it doesn't use.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/core.c