summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
diff options
context:
space:
mode:
authorUlf Hansson2017-01-13 14:14:14 +0100
committerUlf Hansson2017-02-13 13:20:24 +0100
commit4facdde11394d44b3869807841042d059f074a07 (patch)
tree15ff4d1e02c272edda07b6031df701f6ec944a63 /drivers/mmc/core/core.c
parentmmc: vub300: Don't use mmc_card_present() when validating for inserted card (diff)
downloadkernel-qcow2-linux-4facdde11394d44b3869807841042d059f074a07.tar.gz
kernel-qcow2-linux-4facdde11394d44b3869807841042d059f074a07.tar.xz
kernel-qcow2-linux-4facdde11394d44b3869807841042d059f074a07.zip
mmc: core: Move public functions from card.h to private headers
A significant amount of functions and other definitions are available through the public mmc card.h header file. Let's slim down this public mmc interface, as to prevent users from abusing it, by moving some of the functions/definitions to private mmc header files. This change concentrates on moving the functions into private mmc headers, following changes may continue with additional clean-ups. 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>
Diffstat (limited to 'drivers/mmc/core/core.c')
-rw-r--r--drivers/mmc/core/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index 3b34a751eea1..8c458255e55a 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -40,6 +40,7 @@
#include <trace/events/mmc.h>
#include "core.h"
+#include "card.h"
#include "bus.h"
#include "host.h"
#include "sdio_bus.h"