diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-09-19 15:25:15 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2017-11-06 01:05:06 +0100 |
commit | 5057f6647b3286eee2d9a7eff7f3c072ea7573d9 (patch) | |
tree | fa2f806a3d57477774551ee9729ed66e309143ad /net/nfc | |
parent | a122ffd0911d563f4b5e95120259ec5d2e8e3c4f (diff) | |
download | linux-5057f6647b3286eee2d9a7eff7f3c072ea7573d9.tar.bz2 |
nfc: s3fwrn5: make array match static const
Don't populate the read-only array match on the stack, instead make
it static const. Makes the object code smaller by over 310 bytes:
Before:
text data bss dec hex filename
8304 1084 128 9516 252c drivers/nfc/s3fwrn5/firmware.o
After:
text data bss dec hex filename
7894 1180 128 9202 23f2 drivers/nfc/s3fwrn5/firmware.o
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc')
0 files changed, 0 insertions, 0 deletions