projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
835cb7d
)
at86rf230: make of_device_id const
author
Alexander Aring
<alex.aring@gmail.com>
Thu, 24 Apr 2014 17:09:11 +0000
(19:09 +0200)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/ieee802154/at86rf230.c
b/drivers/net/ieee802154/at86rf230.c
index 46d992ac7cedb8147a3023122a7dd0115018a306..41c338456d5017c3e3a7b89e5561436d9600bd3d 100644
(file)
--- a/
drivers/net/ieee802154/at86rf230.c
+++ b/
drivers/net/ieee802154/at86rf230.c
@@
-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", },