commit | f56ff774871d95f60c3f858419cf7424e6c361cf | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Jul 11 12:18:48 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 13 09:23:56 2017 -0700 |
tree | 6277875137f2a36cc3845250e03817e2cd524cc5 | |
parent | 22c608919bd4f0fae8e70e1284c83e0f1d507f34 [diff] |
net: stmmac: make const array route_possibilities static Don't populate array route_possibilities on the stack but make it static const. Makes the object code a little smaller by 85 bytes: Before: text data bss dec hex filename 9901 2448 0 12349 303d dwmac4_core.o After: text data bss dec hex filename 9760 2504 0 12264 2fe8 dwmac4_core.o Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>