staging: ccree: constify dev_pm_ops structures.
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Tue, 8 Aug 2017 09:23:59 +0000 (14:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Aug 2017 22:10:42 +0000 (15:10 -0700)
commit22d82cb952f3c949078c6df4b0a5ea719b18cadc
tree25af16fb654eb2e6a35ad348c4e2e9021236be14
parent8bf48512916a3fce7201f7d469d304a7824a87d4
staging: ccree: 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.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_driver.c