diff mbox

[1/1] mmc: core: pwrseq_simple: remove unused header file

Message ID 1452051250-17163-1-git-send-email-peter.chen@freescale.com (mailing list archive)
State New, archived
Headers show

Commit Message

Peter Chen Jan. 6, 2016, 3:34 a.m. UTC
Signed-off-by: Peter Chen <peter.chen@freescale.com>
---
 drivers/mmc/core/pwrseq_simple.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Ulf Hansson Jan. 27, 2016, 2:15 p.m. UTC | #1
On 6 January 2016 at 04:34, Peter Chen <peter.chen@freescale.com> wrote:
> Signed-off-by: Peter Chen <peter.chen@freescale.com>

Thanks, applied for next!

Kind regards
Uffe

> ---
>  drivers/mmc/core/pwrseq_simple.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/core/pwrseq_simple.c b/drivers/mmc/core/pwrseq_simple.c
> index d10538b..f42a956 100644
> --- a/drivers/mmc/core/pwrseq_simple.c
> +++ b/drivers/mmc/core/pwrseq_simple.c
> @@ -12,7 +12,6 @@
>  #include <linux/slab.h>
>  #include <linux/device.h>
>  #include <linux/err.h>
> -#include <linux/of_gpio.h>
>  #include <linux/gpio/consumer.h>
>
>  #include <linux/mmc/host.h>
> --
> 1.9.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/mmc/core/pwrseq_simple.c b/drivers/mmc/core/pwrseq_simple.c
index d10538b..f42a956 100644
--- a/drivers/mmc/core/pwrseq_simple.c
+++ b/drivers/mmc/core/pwrseq_simple.c
@@ -12,7 +12,6 @@ 
 #include <linux/slab.h>
 #include <linux/device.h>
 #include <linux/err.h>
-#include <linux/of_gpio.h>
 #include <linux/gpio/consumer.h>
 
 #include <linux/mmc/host.h>