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>
Mon, 29 Feb 2016 10:02:56 +0000 (11:02 +0100)
commit6067bafe44d7ce0fbbfe7aa3c463630e61d35237
tree88e5700856e033f6d7ba63b30fc96f70d6c0ad9f
parentd1a13c5ed3b0c5d75aa413195fbd150adfa93cc8
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