aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-04-24 13:09:11 -0400
committerDavid S. Miller <davem@davemloft.net>2014-04-26 12:20:33 -0400
commit1086b4f62d54384c91a51e906bd87738c5b5ed93 (patch)
treea54d4187738214fdf13835bed1859cc3b79cf8e7 /drivers/net/ieee802154
parent835cb7d2bb09fc40d7614575557d03eb3a3cc520 (diff)
at86rf230: make of_device_id const
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ieee802154')
-rw-r--r--drivers/net/ieee802154/at86rf230.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at86rf230.c
index 46d992ac7ced..41c338456d50 100644
--- a/drivers/net/ieee802154/at86rf230.c
+++ b/drivers/net/ieee802154/at86rf230.c
@@ -1216,7 +1216,7 @@ static int at86rf230_remove(struct spi_device *spi)
1216} 1216}
1217 1217
1218#if IS_ENABLED(CONFIG_OF) 1218#if IS_ENABLED(CONFIG_OF)
1219static struct of_device_id at86rf230_of_match[] = { 1219static const struct of_device_id at86rf230_of_match[] = {
1220 { .compatible = "atmel,at86rf230", }, 1220 { .compatible = "atmel,at86rf230", },
1221 { .compatible = "atmel,at86rf231", }, 1221 { .compatible = "atmel,at86rf231", },
1222 { .compatible = "atmel,at86rf233", }, 1222 { .compatible = "atmel,at86rf233", },