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:
94e5a2a
)
net: ethoc: constify of_device_id array
author
Fabian Frederick
<fabf@skynet.be>
Tue, 17 Mar 2015 18:37:35 +0000
(19:37 +0100)
committer
David S. Miller
<davem@davemloft.net>
Tue, 17 Mar 2015 19:00:21 +0000
(15:00 -0400)
of_device_id is always used as const.
(See driver.of_match_table and open firmware functions)
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ethoc.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/ethoc.c
b/drivers/net/ethernet/ethoc.c
index f88cfaa359e725f1707ff25552993a3f94f57e00..442410cd2ca4b11baaa40039085bbe937344eec5 100644
(file)
--- a/
drivers/net/ethernet/ethoc.c
+++ b/
drivers/net/ethernet/ethoc.c
@@
-1299,7
+1299,7
@@
static int ethoc_resume(struct platform_device *pdev)
# define ethoc_resume NULL
#endif
-static struct of_device_id ethoc_match[] = {
+static
const
struct of_device_id ethoc_match[] = {
{ .compatible = "opencores,ethoc", },
{},
};