[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091127050014.15251.16299.sendpatchset@rxone.opensource.se>
Date: Fri, 27 Nov 2009 14:00:14 +0900
From: Magnus Damm <magnus.damm@...il.com>
To: linux-mmc@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, ian@...menth.co.uk,
lethal@...ux-sh.org, philipp.zabel@...il.com, pierre@...man.eu,
akpm@...ux-foundation.org, Magnus Damm <magnus.damm@...il.com>
Subject: [PATCH 02/03] mmc: Remove const from tmio-mmc platform data V2
From: Magnus Damm <damm@...nsource.se>
This patch removes the const from the tmio-mmc
platform data parameter "hclk". Needed by the
SDHI driver.
Signed-off-by: Magnus Damm <damm@...nsource.se>
---
V2 drops the SDHI bits to simplify merging.
include/linux/mfd/tmio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 0001/include/linux/mfd/tmio.h
+++ work/include/linux/mfd/tmio.h 2009-11-26 19:02:59.000000000 +0900
@@ -60,7 +60,7 @@ void tmio_core_set_bus_shift(int bus_shi
* data for the MMC controller
*/
struct tmio_mmc_data {
- const unsigned int hclk;
+ unsigned int hclk;
void (*set_pwr)(struct platform_device *host, int state);
void (*set_no_clk_div)(struct platform_device *host, int state);
};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists