diff options
| author | Arvind Yadav <[email protected]> | 2017-06-29 13:13:55 +0530 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2017-07-01 17:04:41 -0400 |
| commit | e6b53a752ba76e1268b04052c9ec06555e3f6995 (patch) | |
| tree | d95ae068860fd63f63109d2318fcb766f4813425 /net/switchdev/switchdev.c | |
| parent | 5a4d9d7790422c4a92d8ca52e37c1e2b45d42c27 (diff) | |
scsi: ibmvscsi: 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
17956 1456 8 19420 4bdc drivers/scsi/ibmvscsi/ibmvscsi.o
File size After adding 'const':
text data bss dec hex filename
18164 1264 8 19436 4bec drivers/scsi/ibmvscsi/ibmvscsi.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 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions