diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2007-02-09 16:49:31 -0500 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-05-01 07:04:16 -0400 |
commit | f74d132cec60b686bce1f284822c1a496700bd3c (patch) | |
tree | 1b208c576d979293f02688cc65da6cdf43bc010f /drivers/mmc/sdhci.c | |
parent | 9c2c0af950345e63ef86f28eca44333a1e1e709b (diff) |
mmc: Move OCR bit defines
All host drivers were #include:ing mmc/protocol.h just to
get access to the OCR bit defines. Move these to host.h instead.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/sdhci.c')
-rw-r--r-- | drivers/mmc/sdhci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index 587dccf95f8e..579142a7904b 100644 --- a/drivers/mmc/sdhci.c +++ b/drivers/mmc/sdhci.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include <linux/dma-mapping.h> | 15 | #include <linux/dma-mapping.h> |
16 | 16 | ||
17 | #include <linux/mmc/host.h> | 17 | #include <linux/mmc/host.h> |
18 | #include <linux/mmc/protocol.h> | ||
19 | 18 | ||
20 | #include <asm/scatterlist.h> | 19 | #include <asm/scatterlist.h> |
21 | 20 | ||