|
@@ -1649,7 +1649,7 @@ MODULE_DEVICE_TABLE(platform, s3c24xx_serial_driver_ids);
|
|
|
#ifdef CONFIG_OF
|
|
|
static const struct of_device_id s3c24xx_uart_dt_match[] = {
|
|
|
{ .compatible = "samsung,exynos4210-uart",
|
|
|
- .data = &exynos4210_serial_drv_data },
|
|
|
+ .data = (void *)EXYNOS4210_SERIAL_DRV_DATA },
|
|
|
{},
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, s3c24xx_uart_dt_match);
|