linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Remove the unused RealView mmc1 data structure.
@ 2010-01-25  9:34 Colin Tuckley
  2010-01-25 18:06 ` Russell King - ARM Linux
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Tuckley @ 2010-01-25  9:34 UTC (permalink / raw)
  To: linux-arm-kernel

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
---
 arch/arm/mach-realview/core.c |    6 ------
 arch/arm/mach-realview/core.h |    1 -
 2 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/arch/arm/mach-realview/core.c b/arch/arm/mach-realview/core.c
index 81cf0aa..d6ebf8b 100644
--- a/arch/arm/mach-realview/core.c
+++ b/arch/arm/mach-realview/core.c
@@ -244,12 +244,6 @@ struct mmci_platform_data realview_mmc0_plat_data = {
 	.gpio_cd	= 16,
 };
 
-struct mmci_platform_data realview_mmc1_plat_data = {
-	.ocr_mask	= MMC_VDD_32_33|MMC_VDD_33_34,
-	.gpio_wp	= 19,
-	.gpio_cd	= 18,
-};
-
 /*
  * Clock handling
  */
diff --git a/arch/arm/mach-realview/core.h b/arch/arm/mach-realview/core.h
index 781bca6..c136282 100644
--- a/arch/arm/mach-realview/core.h
+++ b/arch/arm/mach-realview/core.h
@@ -51,7 +51,6 @@ extern struct platform_device realview_flash_device;
 extern struct platform_device realview_cf_device;
 extern struct platform_device realview_i2c_device;
 extern struct mmci_platform_data realview_mmc0_plat_data;
-extern struct mmci_platform_data realview_mmc1_plat_data;
 extern struct clcd_board clcd_plat_data;
 extern void __iomem *gic_cpu_base_addr;
 extern void __iomem *timer0_va_base;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-25 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25  9:34 [PATCH] ARM: Remove the unused RealView mmc1 data structure Colin Tuckley
2010-01-25 18:06 ` Russell King - ARM Linux

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).