summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/usb-acpi.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2020-02-17 16:59:54 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-02-19 11:08:52 +0100
commit10892847de816edf4f8f2151174dc557c4a3f63f (patch)
tree4799c1549ec4906b903c1bc9921d40a1dc54c586 /drivers/usb/core/usb-acpi.c
parent28926994e5d7f049807119c48bd7b94c2d15fc95 (diff)
downloadlinux-stable-10892847de816edf4f8f2151174dc557c4a3f63f.tar.gz
linux-stable-10892847de816edf4f8f2151174dc557c4a3f63f.tar.bz2
linux-stable-10892847de816edf4f8f2151174dc557c4a3f63f.zip
usb-storage: Use const to reduce object data size
Make structs const to reduce data size ~20KB. Change function arguments and prototypes as necessary to compile. $ size (x86-64 defconfig pre) text data bss dec hex filename 12281 10948 480 23709 5c9d ./drivers/usb/storage/usb.o 111 10528 8 10647 2997 ./drivers/usb/storage/usual-tables.o $ size (x86-64 defconfig post) text data bss dec hex filename 22809 420 480 23709 5c9d drivers/usb/storage/usb.o 10551 0 0 10551 2937 drivers/usb/storage/usual-tables.o Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Link: https://lore.kernel.org/r/cf13bd2d790ae3afbf5da55ea7bed12e00c5119d.camel@perches.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/usb-acpi.c')
0 files changed, 0 insertions, 0 deletions