Commit 1086b4f6 authored by Alexander Aring's avatar Alexander Aring Committed by David S. Miller

at86rf230: make of_device_id const

Signed-off-by: default avatarAlexander Aring <alex.aring@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 835cb7d2
......@@ -1216,7 +1216,7 @@ static int at86rf230_remove(struct spi_device *spi)
}
#if IS_ENABLED(CONFIG_OF)
static struct of_device_id at86rf230_of_match[] = {
static const struct of_device_id at86rf230_of_match[] = {
{ .compatible = "atmel,at86rf230", },
{ .compatible = "atmel,at86rf231", },
{ .compatible = "atmel,at86rf233", },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment