commit | 5057f6647b3286eee2d9a7eff7f3c072ea7573d9 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Sep 19 15:25:15 2017 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Nov 06 01:05:06 2017 +0100 |
tree | fa2f806a3d57477774551ee9729ed66e309143ad | |
parent | a122ffd0911d563f4b5e95120259ec5d2e8e3c4f [diff] |
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>