diff options
author | Arvind Yadav <[email protected]> | 2017-06-29 13:24:41 +0530 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2017-07-01 17:05:22 -0400 |
commit | e4a80c31f2e863295cb2351f23ae486b0513a705 (patch) | |
tree | 7f3d96b1c3d6fb2c526f2883297bdec834ec03f4 /tools/perf/scripts | |
parent | e6b53a752ba76e1268b04052c9ec06555e3f6995 (diff) |
scsi: ibmvfc: constify dev_pm_ops structures.
dev_pm_ops are not supposed to change at runtime. All functions
working with dev_pm_ops provided by <linux/device.h> work with const
dev_pm_ops. So mark the non-const structs as const.
File size before:
text data bss dec hex filename
41937 1296 20 43253 a8f5 drivers/scsi/ibmvscsi/ibmvfc.o
File size After adding 'const':
text data bss dec hex filename
42129 1104 20 43253 a8f5 drivers/scsi/ibmvscsi/ibmvfc.o
Signed-off-by: Arvind Yadav <[email protected]>
Acked-by: Tyrel Datwyler <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions