Revision 6045dd7e5955f0175c9075f8ba80015369d6b201 authored by Rikard Falkeborn on 08 May 2020, 21:44:21 UTC, committed by Felipe Balbi on 14 May 2020, 09:42:53 UTC
mtu3_prb_regs is 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
  19966    7120       0   27086    69ce drivers/usb/mtu3/mtu3_debugfs.o

After:
   text    data     bss     dec     hex filename
  20142    6992       0   27134    69fe drivers/usb/mtu3/mtu3_debugfs.o

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
1 parent 4210f3a
History
File Mode Size
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 327 bytes
drbd_actlog.c -rw-r--r-- 36.5 KB
drbd_bitmap.c -rw-r--r-- 46.7 KB
drbd_debugfs.c -rw-r--r-- 27.1 KB
drbd_debugfs.h -rw-r--r-- 1.6 KB
drbd_int.h -rw-r--r-- 80.3 KB
drbd_interval.c -rw-r--r-- 4.0 KB
drbd_interval.h -rw-r--r-- 1.4 KB
drbd_main.c -rw-r--r-- 111.4 KB
drbd_nl.c -rw-r--r-- 147.7 KB
drbd_nla.c -rw-r--r-- 1.4 KB
drbd_nla.h -rw-r--r-- 327 bytes
drbd_proc.c -rw-r--r-- 9.9 KB
drbd_protocol.h -rw-r--r-- 12.7 KB
drbd_receiver.c -rw-r--r-- 178.6 KB
drbd_req.c -rw-r--r-- 56.2 KB
drbd_req.h -rw-r--r-- 10.6 KB
drbd_state.c -rw-r--r-- 73.3 KB
drbd_state.h -rw-r--r-- 6.3 KB
drbd_state_change.h -rw-r--r-- 2.0 KB
drbd_strings.c -rw-r--r-- 3.8 KB
drbd_strings.h -rw-r--r-- 339 bytes
drbd_vli.h -rw-r--r-- 10.6 KB
drbd_worker.c -rw-r--r-- 64.0 KB

back to top