commit | 354a22496613366833edfe29300a6bfe6482255c | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Oct 11 14:18:09 2015 +0200 |
committer | Ben Skeggs <bskeggs@redhat.com> | Tue Nov 03 15:02:18 2015 +1000 |
tree | 07a451c98301c1dd82addf3b346aa0a7a75cfccb | |
parent | 2e69a5cd25a131cf283d3b655c01fb6db15dd60c [diff] |
drm/nouveau/disp,pm: constify nvkm_object_func structures These nvkm_object_func structures are never modified. All other nvkm_object_func structures are declared as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>