summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-11-18 11:30:20 +1000
committerBen Skeggs <bskeggs@redhat.com>2016-11-28 15:39:34 +1000
commit4a8daacf50bd3904ededa753667da321c5998717 (patch)
tree06280db5949b4fe3a5ffbfd758aa5416b26514a5 /drivers/gpu/drm/nouveau/include/nvkm/subdev/bios
parent6496b4e5ab5db1306f06d0eabe28fe0be80f07cd (diff)
downloadtalos-op-linux-4a8daacf50bd3904ededa753667da321c5998717.tar.gz
talos-op-linux-4a8daacf50bd3904ededa753667da321c5998717.zip
drm/nouveau/bios/fan: pointers are 32-bit
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvkm/subdev/bios')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/fan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/fan.h b/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/fan.h
index 693ea7d9ec43..a7513e8406a3 100644
--- a/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/fan.h
+++ b/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/fan.h
@@ -2,5 +2,5 @@
#define __NVBIOS_FAN_H__
#include <subdev/bios/therm.h>
-u16 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan);
+u32 nvbios_fan_parse(struct nvkm_bios *bios, struct nvbios_therm_fan *fan);
#endif
OpenPOWER on IntegriCloud