[PATCH 03/25] serial/imx: make imx_port.devdata member point to const data
Greg Kroah-Hartman
gregkh at linuxfoundation.org
Mon Jul 23 11:31:50 EDT 2012
On Mon, Jul 23, 2012 at 11:13:08AM +0200, Uwe Kleine-König wrote:
> This prepares *of_device_id.data becoming const. Without this change the
> following warning would occur:
>
> drivers/tty/serial/imx.c: In function 'serial_imx_probe_dt':
> drivers/tty/serial/imx.c:1430:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
More information about the linux-arm-kernel
mailing list