net: ethernet: ti: cpsw_ale: use const for API having pointer on mac address
authorIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Fri, 12 Oct 2018 15:28:14 +0000 (18:28 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Oct 2018 05:21:27 +0000 (22:21 -0700)
commit58bdeac8b0e7ba6a5b60339fe3c197a52715abbf
treea35937848bce9bda230d14461be1dc1770fc39f1
parent5985d5631dc352dadd34b692b962a3f3cb2a5088
net: ethernet: ti: cpsw_ale: use const for API having pointer on mac address

It allows to use function under callbacks with same const qualifier of
mac address for farther changes.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw_ale.c
drivers/net/ethernet/ti/cpsw_ale.h