diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-01-24 14:45:54 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-31 16:22:51 +0100 |
commit | f1bd3a602c4209539cb702775a1db28f4aa6eff1 (patch) | |
tree | 716b7175bdcc4fc38550e55da02f8db256a6001f /fs/affs | |
parent | 865a11f987ab5f03089b2728420b61a2a1f7051a (diff) | |
download | linux-f1bd3a602c4209539cb702775a1db28f4aa6eff1.tar.bz2 |
fpga: mgr: altera-ps-spi: make array dummy static, shrinks object size
Don't populate the const array dummy on the stack but instead
make it static. Makes the object code smaller by 26 bytes:
Before:
text data bss dec hex filename
7371 2032 0 9403 24bb drivers/fpga/altera-ps-spi.o
After:
text data bss dec hex filename
7281 2096 0 9377 24a1 drivers/fpga/altera-ps-spi.o
(gcc version 8.2.0 x86_64)
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Alan Tull <atull@kernel.org>
Acked-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/affs')
0 files changed, 0 insertions, 0 deletions