提交 75e66aa6 编写于 作者: U Uwe Kleine-König 提交者: Greg Kroah-Hartman

serial/efm32-uart: make of_device_id array const

Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2f2a0c70
......@@ -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",
}, {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册