aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-09-05 09:07:50 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2017-10-04 15:25:53 -0300
commitc25895c7d6c957124ceb3b090b7eaa68b1d3bf54 (patch)
tree4183ff9ed6c70fc3481b3ea0d034ba45cd260b52 /include/linux/debugobjects.h
parent[media] media: vp7045: port TwinhanDTV Alpha to rc-core (diff)
[media] media: imon: make two const arrays static, reduces object code size
Don't populate the const arrays vfd_packet6 and fp_packet on the stack, instead make them static. Makes the object code smaller by over 600 bytes: Before: text data bss dec hex filename 43794 17920 1024 62738 f512 drivers/media/rc/imon.o After: text data bss dec hex filename 42994 18080 1024 62098 f292 drivers/media/rc/imon.o Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions