Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75e66aa6 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Greg Kroah-Hartman
Browse files

serial/efm32-uart: make of_device_id array const

parent 2f2a0c70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",
	}, {