summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/bcm7xxx.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-08-31 15:24:49 +0200
committerDavid S. Miller <davem@davemloft.net>2017-09-02 03:21:09 +0200
commitd05071ed4a8a0acbc918bae76571d917ab05119b (patch)
treefc6f9977c31cec02d3a93cc9e5b77f3ab9035daa /drivers/net/phy/bcm7xxx.c
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff)
downloadlinux-d05071ed4a8a0acbc918bae76571d917ab05119b.tar.xz
linux-d05071ed4a8a0acbc918bae76571d917ab05119b.zip
fsl/fman: make arrays port_ids static, reduces object code size
Don't populate the arrays port_ids on the stack, instead make them static. Makes the object code smaller by over 700 bytes: Before: text data bss dec hex filename 28785 5832 192 34809 87f9 fman.o After: text data bss dec hex filename 27921 5992 192 34105 8539 fman.o Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/bcm7xxx.c')
0 files changed, 0 insertions, 0 deletions