diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-11-02 15:53:25 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-03 10:12:27 +0100 |
commit | 8af620f06f015eb9e9062f6398204ee011b5ef22 (patch) | |
tree | 6202c1f1b410c71d742f0b269306b94848e9bcdb /drivers/usb/host/xhci-trace.h | |
parent | 17c0899682a55666e58f2200d5599f3a7b22867f (diff) |
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 <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xhci-trace.h')
0 files changed, 0 insertions, 0 deletions