serial: samsung: fix serial console break
[cascardo/linux.git] / drivers / tty / serial / serial-tegra.c
index 48e6e41..1d5ea39 100644 (file)
@@ -1251,7 +1251,7 @@ static struct tegra_uart_chip_data tegra30_uart_chip_data = {
        .support_clk_src_div            = true,
 };
 
-static struct of_device_id tegra_uart_of_match[] = {
+static const struct of_device_id tegra_uart_of_match[] = {
        {
                .compatible     = "nvidia,tegra30-hsuart",
                .data           = &tegra30_uart_chip_data,