serial: imx: Constify platform_device_id
[deliverable/linux.git] / drivers / tty / serial / imx.c
index 8aff0b4d8ddfac205558064c04f6fc6ab271a537..91e36bcfde740d5757aa0d9b84c9380da8b3b1dd 100644 (file)
@@ -239,7 +239,7 @@ static struct imx_uart_data imx_uart_devdata[] = {
        },
 };
 
-static struct platform_device_id imx_uart_devtype[] = {
+static const struct platform_device_id imx_uart_devtype[] = {
        {
                .name = "imx1-uart",
                .driver_data = (kernel_ulong_t) &imx_uart_devdata[IMX1_UART],
This page took 0.023595 seconds and 5 git commands to generate.