mfd: fix tmio related warnings

We can not have .driver_data as const since platform_set_drvdata() doesnt take
a const.
The hclk mmc_data field can be const though.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz
2009-06-15 15:43:31 +02:00
committed by Samuel Ortiz
parent 09f05ce851
commit 4d3792e054
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
* data for the MMC controller
*/
struct tmio_mmc_data {
unsigned int hclk;
const unsigned int hclk;
};
/*