commit | 4d3792e054f706f73837769a0e5607b3b7ad25a2 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Mon Jun 15 15:43:31 2009 +0200 |
committer | Samuel Ortiz <sameol@linux.intel.com> | Wed Jun 17 19:41:52 2009 +0200 |
tree | 42545bf01207d599ed531d2025156fe6114997c1 | |
parent | 09f05ce8512c9873bda7f76273708753fdc5c698 [diff] [blame] |
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>
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index c377118..6b9c5d0 100644 --- a/include/linux/mfd/tmio.h +++ b/include/linux/mfd/tmio.h
@@ -22,7 +22,7 @@ * data for the MMC controller */ struct tmio_mmc_data { - unsigned int hclk; + const unsigned int hclk; }; /*