diff options
| author | Colin Ian King <colin.king@canonical.com> | 2017-09-06 11:56:29 +0300 | 
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2017-09-06 17:40:28 +0300 | 
| commit | 795ef788145ed2fa023efdf11e8d5d7bedc21462 (patch) | |
| tree | 269cf02835365f1ceb1ee5b0abc777172f55ceb1 /include/linux/fpga/fpga-bridge.h | |
| parent | f723fa4e69920f6a5dd5fa0d10ce90e2f14d189c (diff) | |
| download | linux-795ef788145ed2fa023efdf11e8d5d7bedc21462.tar.xz | |
libata: zpodd: make arrays cdb static, reduces object code size
Don't populate the arrays cdb on the stack, instead make them static.
Makes the object code smaller by 230 bytes:
Before:
   text	   data	    bss	    dec	    hex	filename
   3797	    240	      0	   4037	    fc5	drivers/ata/libata-zpodd.o
After:
   text	   data	    bss	    dec	    hex	filename
   3407	    400	      0	   3807	    edf	drivers/ata/libata-zpodd.o
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/fpga/fpga-bridge.h')
0 files changed, 0 insertions, 0 deletions
