diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-07-11 12:18:48 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-13 09:23:56 -0700 |
commit | f56ff774871d95f60c3f858419cf7424e6c361cf (patch) | |
tree | 6277875137f2a36cc3845250e03817e2cd524cc5 /net/dccp/input.c | |
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>
Diffstat (limited to 'net/dccp/input.c')
0 files changed, 0 insertions, 0 deletions