diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2019-03-06 17:04:54 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2019-04-15 12:55:54 +0300 |
commit | f7f3e7dac802e4ed11f216027fc35c189c3dba7f (patch) | |
tree | 78ea24bcf96c4c0b81d8b191994b26fb08e05fc4 /drivers/mmc/host/mmci.c | |
parent | ea27c95a7a47ae7303b28d2bf2c5db461bb002c6 (diff) | |
download | linux-f7f3e7dac802e4ed11f216027fc35c189c3dba7f.tar.xz |
mmc: mmci: Drop qcom specific header file
It seems a bit silly to have a header file to share only the
qcom_variant_init() function. So, let's just drop it and move the
declaration of the function into the common mmci.h instead.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/mmc/host/mmci.c')
-rw-r--r-- | drivers/mmc/host/mmci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index 3e5baafb0ce2..e11fc5019535 100644 --- a/drivers/mmc/host/mmci.c +++ b/drivers/mmc/host/mmci.c @@ -43,7 +43,6 @@ #include <asm/io.h> #include "mmci.h" -#include "mmci_qcom_dml.h" #define DRIVER_NAME "mmci-pl18x" |