Skip to content
Commit c9fb2cc8 authored by Nick Desaulniers's avatar Nick Desaulniers Committed by Ben Skeggs
Browse files

drm/nouveau/nvif: remove const attribute from nvif_mclass

Similar to commit 0bf8bf50

 ("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: default avatarNick Desaulniers <ndesaulniers@google.com>
Reviewed-by: default avatarMatthias Kaehlcke <mka@chromium.org>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent da71f0ef
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment