The patch titled
mmc: remove const from tmio-mmc platform data
has been removed from the -mm tree. Its filename was
mmc-remove-const-from-tmio-mmc-platform-data-v2.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: mmc: remove const from tmio-mmc platform data
From: Magnus Damm <[email protected]>
Remove the const from the tmio-mmc platform data parameter "hclk". Needed
by the SDHI driver.
Signed-off-by: Magnus Damm <[email protected]>
Cc: <[email protected]>
Cc: Paul Mundt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
include/linux/mfd/tmio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
include/linux/mfd/tmio.h~mmc-remove-const-from-tmio-mmc-platform-data-v2
include/linux/mfd/tmio.h
--- a/include/linux/mfd/tmio.h~mmc-remove-const-from-tmio-mmc-platform-data-v2
+++ a/include/linux/mfd/tmio.h
@@ -59,7 +59,7 @@ void tmio_core_mmc_clk_div(void __iomem
* 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_clk_div)(struct platform_device *host, int state);
};
_
Patches currently in -mm which might be from [email protected] are
linux-next.patch
clocksource-add-argument-to-resume-callback.patch
clocksource-start-cmt-at-clocksource-resume.patch
clocksource-add-suspend-callback.patch
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html