diff options
| author | Colin Ian King <[email protected]> | 2017-11-02 15:53:25 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-11-03 09:12:27 +0000 |
| commit | 8af620f06f015eb9e9062f6398204ee011b5ef22 (patch) | |
| tree | 6202c1f1b410c71d742f0b269306b94848e9bcdb /drivers/usb/dwc2/hcd_queue.c | |
| parent | usb: remove msm_hsusb_hw.h (diff) | |
| download | kernel-8af620f06f015eb9e9062f6398204ee011b5ef22.tar.gz kernel-8af620f06f015eb9e9062f6398204ee011b5ef22.zip | |
usb: gadget: udc: renesas_usb3: make const array max_packet_array static
Don't populate the const array max_packet_array on the stack, instead make
it static. Makes the object code smaller by over 90 bytes:
Before:
text data bss dec hex filename
34337 5612 128 40077 9c8d renesas_usb3.o
After:
text data bss dec hex filename
34149 5708 128 39985 9c31 renesas_usb3.o
(gcc version 7.2.0 x86_64)
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/dwc2/hcd_queue.c')
0 files changed, 0 insertions, 0 deletions
