mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-03 18:10:00 +00: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>