Skip to content

Commit

Permalink
serial/efm32-uart: make of_device_id array const
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Jul 26, 2013
1 parent 2f2a0c7 commit 75e66aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/serial/efm32-uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ static int efm32_uart_remove(struct platform_device *pdev)
return 0;
}

static struct of_device_id efm32_uart_dt_ids[] = {
static const struct of_device_id efm32_uart_dt_ids[] = {
{
.compatible = "efm32,uart",
}, {
Expand Down

0 comments on commit 75e66aa

Please sign in to comment.