summaryrefslogtreecommitdiff
path: root/drivers/scsi/ses.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-11-28 21:12:34 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2017-12-05 04:32:55 +0300
commitd828e5c6d7a0bdca824481189bb7a911a6bf2d31 (patch)
treeef4a99e5ddf9fe53013b3ee42786ac4b99f722c6 /drivers/scsi/ses.c
parent13f6b610fe0aa6c37cf6da73f1515457f3a212b7 (diff)
downloadlinux-d828e5c6d7a0bdca824481189bb7a911a6bf2d31.tar.xz
scsi: wd719x: make card_types static const, shrinks object size
Don't populate the read-only array card_types on the stack but instead make it static and constify it. Makes the object code smaller by over 110 bytes: Before: text data bss dec hex filename 25625 5752 0 31377 7a91 drivers/scsi/wd719x.o After: text data bss dec hex filename 25447 5816 0 31263 7a1f drivers/scsi/wd719x.o (gcc version 7.2.0 x86_64) Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/ses.c')
0 files changed, 0 insertions, 0 deletions