linux/drivers/usb/storage
Colin Ian King 38502ef49f usb: storage: make const arrays static, reduces object code size
Don't populate const arrays on the stack, instead make them
static.  Makes the object code smaller by over 1070 bytes:

Before:
   text	   data	    bss	    dec	    hex	filename
   3505	    880	      0	   4385	   1121	drivers/usb/storage/option_ms.o

After:
   text	   data	    bss	    dec	    hex	filename
   2269	   1040	      0	   3309	    ced	drivers/usb/storage/option_ms.o

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-09-18 12:44:11 +02:00
..
alauda.c
cypress_atacb.c
datafab.c
debug.c
debug.h
ene_ub6250.c Merge 4.12-rc2 into usb-next 2017-05-22 09:00:23 +02:00
freecom.c
initializers.c
initializers.h
isd200.c usb: storage: return on error to avoid a null pointer dereference 2017-07-17 13:11:57 +02:00
jumpshot.c
karma.c
Kconfig
Makefile
onetouch.c
option_ms.c usb: storage: make const arrays static, reduces object code size 2017-09-18 12:44:11 +02:00
option_ms.h
protocol.c
protocol.h
realtek_cr.c USB: realtek_cr: remove unneeded MODULE_VERSION() usage 2017-07-22 15:56:53 +02:00
scsiglue.c
scsiglue.h
sddr09.c
sddr55.c
shuttle_usbat.c
sierra_ms.c
sierra_ms.h
transport.c
transport.h
uas-detect.h
uas.c scsi: uas: move eh_bus_reset_handler to eh_device_reset_handler 2017-08-25 17:21:10 -04:00
unusual_alauda.h
unusual_cypress.h
unusual_datafab.h
unusual_devs.h USB: storage: e-mail update in drivers/usb/storage/unusual_devs.h 2017-04-25 20:01:23 +02:00
unusual_ene_ub6250.h
unusual_freecom.h
unusual_isd200.h
unusual_jumpshot.h
unusual_karma.h
unusual_onetouch.h
unusual_realtek.h
unusual_sddr09.h
unusual_sddr55.h
unusual_uas.h uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069 2017-07-30 07:18:27 -07:00
unusual_usbat.h
usb.c usb-storage: fix deadlock involving host lock and scsi_done 2017-07-30 07:18:27 -07:00
usb.h
usual-tables.c