All of lore.kernel.org
 help / color / mirror / Atom feed
From: Georgi Djakov <gdjakov@mm-sol.com>
To: linux-mmc@vger.kernel.org, chris@printf.net, ulf.hansson@linaro.org
Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	Georgi Djakov <gdjakov@mm-sol.com>
Subject: [PATCH 2/3] mmc: sdhci-msm: Remove unnecessary header file inclusion
Date: Fri, 11 Jul 2014 20:48:12 +0300	[thread overview]
Message-ID: <1405100893-32107-3-git-send-email-gdjakov@mm-sol.com> (raw)
In-Reply-To: <1405100893-32107-1-git-send-email-gdjakov@mm-sol.com>

The header <linux/regulator/consumer.h> is unused. Remove it.

Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
---
 drivers/mmc/host/sdhci-msm.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c
index 40573a5..1a6661e 100644
--- a/drivers/mmc/host/sdhci-msm.c
+++ b/drivers/mmc/host/sdhci-msm.c
@@ -16,7 +16,6 @@
 
 #include <linux/module.h>
 #include <linux/of_device.h>
-#include <linux/regulator/consumer.h>
 #include <linux/delay.h>
 #include <linux/mmc/mmc.h>
 #include <linux/slab.h>
-- 
1.7.9.5

  parent reply	other threads:[~2014-07-11 17:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-11 17:48 [PATCH 0/3] mmc: sdhci-msm: Minor fixes and cleanups Georgi Djakov
2014-07-11 17:48 ` [PATCH 1/3] mmc: sdhci-msm: Fix the binding example Georgi Djakov
2014-07-11 17:48 ` Georgi Djakov [this message]
2014-07-11 17:48 ` [PATCH 3/3] mmc: sdhci-msm: Get COMPILE_TEST support Georgi Djakov
2014-07-26  9:18 ` [PATCH 0/3] mmc: sdhci-msm: Minor fixes and cleanups Ulf Hansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1405100893-32107-3-git-send-email-gdjakov@mm-sol.com \
    --to=gdjakov@mm-sol.com \
    --cc=chris@printf.net \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.