summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-12-07 11:01:25 +1000
committerBen Skeggs <bskeggs@redhat.com>2013-02-20 16:00:28 +1000
commite8c3cc0803b7f70f2f96d3bae3c4a4ac5238ed10 (patch)
tree3a5f670aff04d4347a755d78500c677479e301b1 /drivers/gpu/drm/nouveau/core/include
parent112a12aab8a5c1137a140c341f98a160e27b8c49 (diff)
downloadop-kernel-dev-e8c3cc0803b7f70f2f96d3bae3c4a4ac5238ed10.zip
op-kernel-dev-e8c3cc0803b7f70f2f96d3bae3c4a4ac5238ed10.tar.gz
drm/nouveau/bios: rename DCB_GPIO_PWM_FAN to DCB_GPIO_FAN
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/include')
-rw-r--r--drivers/gpu/drm/nouveau/core/include/subdev/bios/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/include/subdev/bios/gpio.h b/drivers/gpu/drm/nouveau/core/include/subdev/bios/gpio.h
index 94e540e..cb06057 100644
--- a/drivers/gpu/drm/nouveau/core/include/subdev/bios/gpio.h
+++ b/drivers/gpu/drm/nouveau/core/include/subdev/bios/gpio.h
@@ -5,7 +5,7 @@ enum dcb_gpio_func_name {
DCB_GPIO_PANEL_POWER = 0x01,
DCB_GPIO_TVDAC0 = 0x0c,
DCB_GPIO_TVDAC1 = 0x2d,
- DCB_GPIO_PWM_FAN = 0x09,
+ DCB_GPIO_FAN = 0x09,
DCB_GPIO_FAN_SENSE = 0x3d,
DCB_GPIO_UNUSED = 0xff
};
OpenPOWER on IntegriCloud