commit | 0dff88d39fd0b17a5e3ff03d0264b823cab1352c | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia.lawall@lip6.fr> | Tue Aug 09 19:09:45 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 09 15:09:40 2016 -0700 |
tree | 03acddfd0ee6da7ca83737f907554a096b9ee162 | |
parent | 631fee7d70e8eabb642b4bcc58f08bbe880c91aa [diff] |
net: dsa: b53: constify b53_io_ops structures The b53_io_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>