summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/mach
diff options
context:
space:
mode:
authorPierre Ossman2007-02-09 22:49:31 +0100
committerPierre Ossman2007-05-01 13:04:16 +0200
commitf74d132cec60b686bce1f284822c1a496700bd3c (patch)
tree1b208c576d979293f02688cc65da6cdf43bc010f /include/asm-arm/mach
parentmmc: add type field to cards (diff)
downloadkernel-qcow2-linux-f74d132cec60b686bce1f284822c1a496700bd3c.tar.gz
kernel-qcow2-linux-f74d132cec60b686bce1f284822c1a496700bd3c.tar.xz
kernel-qcow2-linux-f74d132cec60b686bce1f284822c1a496700bd3c.zip
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 'include/asm-arm/mach')
-rw-r--r--include/asm-arm/mach/mmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/mach/mmc.h b/include/asm-arm/mach/mmc.h
index 1b3555d4b41e..eb91145c00c4 100644
--- a/include/asm-arm/mach/mmc.h
+++ b/include/asm-arm/mach/mmc.h
@@ -4,7 +4,7 @@
#ifndef ASMARM_MACH_MMC_H
#define ASMARM_MACH_MMC_H
-#include <linux/mmc/protocol.h>
+#include <linux/mmc/host.h>
struct mmc_platform_data {
unsigned int ocr_mask; /* available voltages */