Re: [PATCH] drm/nouveau/nvif: remove const attribute from nvif_mclass

2018-06-16 Thread Nick Desaulniers
On Fri, Jun 15, 2018 at 3:56 PM Nick Desaulniers wrote: > > Similar to commit 0bf8bf50eddc ("module: Remove > const attribute from alias for MODULE_DEVICE_TABLE") > > Fixes many -Wduplicate-decl-specifier warnings due to the combination of > const typeof() of already const variables. > > Signed-of

[PATCH] drm/nouveau/nvif: remove const attribute from nvif_mclass

2018-06-16 Thread Nick Desaulniers
Similar to commit 0bf8bf50eddc ("module: Remove const attribute from alias for MODULE_DEVICE_TABLE") Fixes many -Wduplicate-decl-specifier warnings due to the combination of const typeof() of already const variables. Signed-off-by: Nick Desaulniers --- drivers/gpu/drm/nouveau/include/nvif/objec