From 50559d2c4cf5fbc4d1b7307b975b23ebab4601d6 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 25 Jan 2013 16:17:46 +0100 Subject: atmel_mci: drop board host caps as it's handle by detecting the IP version and bus with Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- arch/arm/boards/dss11/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/boards/dss11/init.c') diff --git a/arch/arm/boards/dss11/init.c b/arch/arm/boards/dss11/init.c index a2e98259c1..2920d5e80a 100644 --- a/arch/arm/boards/dss11/init.c +++ b/arch/arm/boards/dss11/init.c @@ -113,7 +113,6 @@ static void dss11_phy_reset(void) static struct atmel_mci_platform_data dss11_mci_data = { .slot_b = 1, .bus_width = 4, - .host_caps = MMC_MODE_HS, }; static struct at91_usbh_data dss11_usbh_data = { -- cgit v1.2.3