mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-07 08:11:51 +00:00
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 | ||