summaryrefslogtreecommitdiff
path: root/drivers/leds/leds-lp5562.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-08-24 16:00:53 +0300
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2017-08-29 22:10:38 +0300
commitf01a59ef7ada971698972ec6ecdf4719119bb0ac (patch)
tree62c6631c65c9992547d4a8aad7422abe0ef33eb0 /drivers/leds/leds-lp5562.c
parent17224244bbbe2ac91bc2645b5198f742a63e1d82 (diff)
downloadlinux-f01a59ef7ada971698972ec6ecdf4719119bb0ac.tar.xz
leds: lp5521: make several arrays static const
Don't populate the arrays on the stack, instead make them static const. Makes the object code smaller by over 120 bytes: Before: text data bss dec hex filename 8999 4176 64 13239 33b7 drivers/leds/leds-lp5521.o After: text data bss dec hex filename 8554 4496 64 13114 333a drivers/leds/leds-lp5521.o Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds/leds-lp5562.c')
0 files changed, 0 insertions, 0 deletions