net: dsa: mv88e6xxx: make const read-only array lanes static
authorColin Ian King <colin.i.king@gmail.com>
Tue, 19 Sep 2023 09:40:21 +0000 (10:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Sep 2023 10:51:14 +0000 (11:51 +0100)
commitccd663caffc7b5158a0a841b70618d9e87da531c
tree2d2e08957d8d3c43c50c1b0782b557101bf6a4b5
parent3a69ab875233734bc434402379100272cd70bde2
net: dsa: mv88e6xxx: make const read-only array lanes static

Don't populate the const read-only array lanes on the stack, instead make
it static.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/pcs-639x.c