[PATCH] scsi: ibmvfc: constify dev_pm_ops structures.
Tyrel Datwyler
tyreld at linux.vnet.ibm.com
Fri Jun 30 08:39:45 AEST 2017
On 06/29/2017 12:54 AM, Arvind Yadav wrote:
> 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 <arvind.yadav.cs at gmail.com>
Acked-by: Tyrel Datwyler <tyreld at linux.vnet.ibm.com>
More information about the Linuxppc-dev
mailing list