mmc: core: Move some host specific public functions to host.h
authorUlf Hansson <ulf.hansson@linaro.org>
Fri, 13 Jan 2017 13:14:09 +0000 (14:14 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Feb 2017 12:20:21 +0000 (13:20 +0100)
commit9e1bbc72727506c173cc6ed1d704cb2d7911d9d5
tree83ca1d888259d4f1d089aeba0d4c0aea4d2106bb
parent55244c5659b5e73a969b285a2e763223d8aab979
mmc: core: Move some host specific public functions to host.h

Ideally the public mmc header file, core.h, shouldn't contain interfaces
particularly intended to be used by host drivers. Instead those should
remain in the host.h header file. Therefore, let's move a couple functions
from core.h to host.h.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
include/linux/mmc/core.h
include/linux/mmc/host.h