drm/nouveau/therm/gt215: make gt215_therm_init static
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
3b54befd49
commit
9c64a8dbcb
|
@ -36,7 +36,7 @@ gt215_therm_fan_sense(struct nvkm_therm *therm)
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
gt215_therm_init(struct nvkm_therm *therm)
|
gt215_therm_init(struct nvkm_therm *therm)
|
||||||
{
|
{
|
||||||
struct nvkm_device *device = therm->subdev.device;
|
struct nvkm_device *device = therm->subdev.device;
|
||||||
|
|
Loading…
Reference in New Issue