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
부모 09f05ce851
커밋 4d3792e054
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@@ -75,7 +75,7 @@ static int tc6387xb_mmc_disable(struct platform_device *mmc)
/*--------------------------------------------------------------------------*/
const static struct tmio_mmc_data tc6387xb_mmc_data = {
static struct tmio_mmc_data tc6387xb_mmc_data = {
.hclk = 24000000,
};