summaryrefslogtreecommitdiff
path: root/include/asm-arm/mach/mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/mach/mmc.h')
-rw-r--r--include/asm-arm/mach/mmc.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm-arm/mach/mmc.h b/include/asm-arm/mach/mmc.h
deleted file mode 100644
index eb91145c00c4..000000000000
--- a/include/asm-arm/mach/mmc.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * linux/include/asm-arm/mach/mmc.h
- */
-#ifndef ASMARM_MACH_MMC_H
-#define ASMARM_MACH_MMC_H
-
-#include <linux/mmc/host.h>
-
-struct mmc_platform_data {
- unsigned int ocr_mask; /* available voltages */
- u32 (*translate_vdd)(struct device *, unsigned int);
- unsigned int (*status)(struct device *);
-};
-
-#endif