[PATCH] drm/nouveau/disp, pm: constify nvkm_object_func structures

2015-10-12 Thread Ben Skeggs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 10/11/2015 10:18 PM, Julia Lawall wrote: > These nvkm_object_func structures are never modified. All other > nvkm_object_func structures are declared as const. > > Done with the help of Coccinelle. I've picked up the patch, thanks! Ben. > >

[PATCH] drm/nouveau/disp,pm: constify nvkm_object_func structures

2015-10-11 Thread Julia Lawall
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 --- drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv04.c |2 +- drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c