mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>