diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-07-11 12:47:33 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-13 09:23:56 -0700 |
commit | bf98bd0be1ba509c5e6d77524ffac192f1edb2dd (patch) | |
tree | eadcd3836e5eb053b02a15f97b789358c2863dd3 /net/dccp | |
parent | f56ff774871d95f60c3f858419cf7424e6c361cf (diff) |
rt2x00: make const array glrt_table static
Don't populate array glrt_table on the stack but make it static.
Makes the object code a smaller by over 670 bytes:
Before:
text data bss dec hex filename
131772 4733 0 136505 21539 rt2800lib.o
After:
text data bss dec hex filename
131043 4789 0 135832 21298 rt2800lib.o
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp')
0 files changed, 0 insertions, 0 deletions