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
aoe
drbd
mtip32xx
paride
rsxx
xen-blkback
zram
Kconfig -rw-r--r-- 15.9 KB
Makefile -rw-r--r-- 1.5 KB
amiflop.c -rw-r--r-- 50.0 KB
ataflop.c -rw-r--r-- 54.6 KB
brd.c -rw-r--r-- 13.3 KB
cryptoloop.c -rw-r--r-- 4.3 KB
floppy.c -rw-r--r-- 135.6 KB
loop.c -rw-r--r-- 57.8 KB
loop.h -rw-r--r-- 2.3 KB
nbd.c -rw-r--r-- 60.9 KB
null_blk.h -rw-r--r-- 3.8 KB
null_blk_main.c -rw-r--r-- 46.0 KB
null_blk_trace.c -rw-r--r-- 464 bytes
null_blk_trace.h -rw-r--r-- 2.0 KB
null_blk_zoned.c -rw-r--r-- 6.4 KB
pktcdvd.c -rw-r--r-- 72.4 KB
ps3disk.c -rw-r--r-- 13.5 KB
ps3vram.c -rw-r--r-- 22.1 KB
rbd.c -rw-r--r-- 183.5 KB
rbd_types.h -rw-r--r-- 2.5 KB
skd_main.c -rw-r--r-- 93.1 KB
skd_s1120.h -rw-r--r-- 9.3 KB
sunvdc.c -rw-r--r-- 28.7 KB
swim.c -rw-r--r-- 20.2 KB
swim3.c -rw-r--r-- 31.3 KB
swim_asm.S -rw-r--r-- 4.4 KB
sx8.c -rw-r--r-- 37.2 KB
umem.c -rw-r--r-- 29.7 KB
umem.h -rw-r--r-- 3.6 KB
virtio_blk.c -rw-r--r-- 25.3 KB
xen-blkfront.c -rw-r--r-- 73.6 KB
xsysace.c -rw-r--r-- 33.4 KB
z2ram.c -rw-r--r-- 9.5 KB

back to top