commit | a816b4c67ae68a36a8775484b09ad727e4a28e3d | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Aug 28 22:17:38 2016 +0200 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Sun Sep 04 01:28:08 2016 -0400 |
tree | 2fa4bedaf11bab7b2fc0881643c06181e34e8fef | |
parent | 61b96d5b68a5aa58351a461cae81117ca9744069 [diff] |
scsi: sr: constify sr_pm_ops structure sr_pm_ops, of type struct dev_pm_ops, is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>