Skip to content

Commit 1086b4f

Browse files
alexaringdavem330
authored andcommitted
at86rf230: make of_device_id const
Signed-off-by: Alexander Aring <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 835cb7d commit 1086b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ieee802154/at86rf230.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ static int at86rf230_remove(struct spi_device *spi)
12161216
}
12171217

12181218
#if IS_ENABLED(CONFIG_OF)
1219-
static struct of_device_id at86rf230_of_match[] = {
1219+
static const struct of_device_id at86rf230_of_match[] = {
12201220
{ .compatible = "atmel,at86rf230", },
12211221
{ .compatible = "atmel,at86rf231", },
12221222
{ .compatible = "atmel,at86rf233", },

0 commit comments

Comments
 (0)