We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ba16c commit ac9aa21Copy full SHA for ac9aa21
drivers/gpu/drm/nouveau/nvkm/subdev/mc/ga100.c
@@ -47,7 +47,7 @@ ga100_mc_device_enabled(struct nvkm_mc *mc, u32 mask)
47
return (nvkm_rd32(mc->subdev.device, 0x000600) & mask) == mask;
48
}
49
50
-const struct nvkm_mc_device_func
+static const struct nvkm_mc_device_func
51
ga100_mc_device = {
52
.enabled = ga100_mc_device_enabled,
53
.enable = ga100_mc_device_enable,
0 commit comments