diff options
author | Rikard Falkeborn <[email protected]> | 2020-05-09 00:34:59 +0200 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2020-05-15 16:15:00 +1000 |
commit | 1036bb50c80561bab85a0dc57e87e6c7645c97b7 (patch) | |
tree | f94511ece6eedd15de56715b591ea33beff324d5 /scripts/gdb/linux/modules.py | |
parent | 0c0408e86dbe8f44d4b27bf42130e8ac905361d6 (diff) |
crypto: ccree - constify struct debugfs_reg32
pid_cd_regs and debug_regs are never changed and can therefore be made
const.
This allows the compiler to put it in the text section instead of the
data section.
Before:
text data bss dec hex filename
2871 2320 64 5255 1487 drivers/crypto/ccree/cc_debugfs.o
After:
text data bss dec hex filename
3255 1936 64 5255 1487 drivers/crypto/ccree/cc_debugfs.o
Signed-off-by: Rikard Falkeborn <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions