linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Cc: Magnus Damm <magnus.damm@gmail.com>,
	cjb@laptop.org, linux-mmc@vger.kernel.org,
	g.liakhovetski@gmail.com, horms@verge.net.au
Subject: [PATCH] mmc: sh_mmcif: Get rid of MMC_BLOCK dependency
Date: Wed, 09 Oct 2013 22:45:45 +0000	[thread overview]
Message-ID: <20131009224545.23119.45781.sendpatchset@w520> (raw)

From: Magnus Damm <damm@opensource.se>

It seems like sh_mmcif.c now is the only MMC driver depending on MMC_BLOCK,
the hardware is not special in any way so rework the Kconfig dependency to
be less special.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 drivers/mmc/host/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 0001/drivers/mmc/host/Kconfig
+++ work/drivers/mmc/host/Kconfig	2013-10-08 18:03:17.000000000 +0900
@@ -588,7 +588,7 @@ config MMC_DW_PCI
 
 config MMC_SH_MMCIF
 	tristate "SuperH Internal MMCIF support"
-	depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE)
+	depends on SUPERH || ARCH_SHMOBILE
 	help
 	  This selects the MMC Host Interface controller (MMCIF).
 

             reply	other threads:[~2013-10-09 22:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-09 22:45 Magnus Damm [this message]
2013-10-10  7:24 ` [PATCH] mmc: sh_mmcif: Get rid of MMC_BLOCK dependency Simon Horman

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=20131009224545.23119.45781.sendpatchset@w520 \
    --to=magnus.damm@gmail.com \
    --cc=cjb@laptop.org \
    --cc=g.liakhovetski@gmail.com \
    --cc=horms@verge.net.au \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).