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
ac97
ali5451
asihpi
au88x0
aw2
ca0106
cs46xx
cs5535audio
ctxfi
echoaudio
emu10k1
hda
ice1712
korg1212
lola
lx6464es
mixart
nm256
oxygen
pcxhr
riptide
rme9652
trident
vx222
ymfpci
Kconfig -rw-r--r-- 25.4 KB
Makefile -rw-r--r-- 2.2 KB
ad1889.c -rw-r--r-- 24.7 KB
ad1889.h -rw-r--r-- 7.9 KB
ak4531_codec.c -rw-r--r-- 16.3 KB
als300.c -rw-r--r-- 20.6 KB
als4000.c -rw-r--r-- 29.6 KB
atiixp.c -rw-r--r-- 44.0 KB
atiixp_modem.c -rw-r--r-- 34.2 KB
azt3328.c -rw-r--r-- 80.9 KB
azt3328.h -rw-r--r-- 15.5 KB
bt87x.c -rw-r--r-- 28.5 KB
cmipci.c -rw-r--r-- 99.9 KB
cs4281.c -rw-r--r-- 62.5 KB
cs5530.c -rw-r--r-- 6.6 KB
ens1370.c -rw-r--r-- 76.9 KB
ens1371.c -rw-r--r-- 38 bytes
es1938.c -rw-r--r-- 54.0 KB
es1968.c -rw-r--r-- 77.8 KB
fm801.c -rw-r--r-- 40.5 KB
intel8x0.c -rw-r--r-- 88.8 KB
intel8x0m.c -rw-r--r-- 35.8 KB
maestro3.c -rw-r--r-- 80.9 KB
rme32.c -rw-r--r-- 56.0 KB
rme96.c -rw-r--r-- 70.0 KB
sis7019.c -rw-r--r-- 38.5 KB
sis7019.h -rw-r--r-- 12.7 KB
sonicvibes.c -rw-r--r-- 49.7 KB
via82xx.c -rw-r--r-- 75.6 KB
via82xx_modem.c -rw-r--r-- 32.9 KB

back to top