mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 18:41:23 +00:00
679cfbb158
Don't populate const arrays on the stack but instead make them static. Makes the object code smaller by over 1800 bytes: Before: text data bss dec hex filename 94100 9160 0 103260 1935c drxj.o After: text data bss dec hex filename 91044 10400 0 101444 18c44 drxj.o Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> |
||
---|---|---|
.. | ||
bsp_i2c.h | ||
drx39xxj.h | ||
drx_dap_fasi.h | ||
drx_driver_version.h | ||
drx_driver.h | ||
drxj_map.h | ||
drxj.c | ||
drxj.h | ||
Kconfig | ||
Makefile |