]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
at86rf230: make of_device_id const
authorAlexander Aring <alex.aring@gmail.com>
Thu, 24 Apr 2014 17:09:11 +0000 (19:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Apr 2014 16:20:33 +0000 (12:20 -0400)
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ieee802154/at86rf230.c

index 46d992ac7cedb8147a3023122a7dd0115018a306..41c338456d5017c3e3a7b89e5561436d9600bd3d 100644 (file)
@@ -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", },