diff options
author | Georgi Djakov <gdjakov@mm-sol.com> | 2014-07-11 13:48:12 -0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-07-26 05:08:11 -0400 |
commit | d30f01b0e8955391d5574cf52977c0592eb3f87d (patch) | |
tree | 7eaf74935e0e925a7dd9bb02afdd6ab934fe2bb8 /drivers/mmc | |
parent | 602bcdeb9a84cbf109246a267e91a966a85360d3 (diff) |
mmc: sdhci-msm: Remove unnecessary header file inclusion
The header <linux/regulator/consumer.h> is unused. Remove it.
Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sdhci-msm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c index 40573a58486a..1a6661ed6205 100644 --- a/drivers/mmc/host/sdhci-msm.c +++ b/drivers/mmc/host/sdhci-msm.c | |||
@@ -16,7 +16,6 @@ | |||
16 | 16 | ||
17 | #include <linux/module.h> | 17 | #include <linux/module.h> |
18 | #include <linux/of_device.h> | 18 | #include <linux/of_device.h> |
19 | #include <linux/regulator/consumer.h> | ||
20 | #include <linux/delay.h> | 19 | #include <linux/delay.h> |
21 | #include <linux/mmc/mmc.h> | 20 | #include <linux/mmc/mmc.h> |
22 | #include <linux/slab.h> | 21 | #include <linux/slab.h> |