summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-02-13 13:34:39 +1000
committerBen Skeggs <bskeggs@redhat.com>2013-02-20 16:00:51 +1000
commitfa531bc8b4278010fd11819c089f6679890addee (patch)
tree96fc7ffa89232074d297318b51a6143e099b7cdf /drivers/gpu/drm/nouveau/core/include
parent4f47643dbb4c345c5beebe53588682a7ff2c872a (diff)
downloadop-kernel-dev-fa531bc8b4278010fd11819c089f6679890addee.zip
op-kernel-dev-fa531bc8b4278010fd11819c089f6679890addee.tar.gz
drm/nouveau/gpio/nve0: interrupt regs moved on kepler apparently
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/gpio.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/gpu/drm/nouveau/core/include/subdev/gpio.h b/drivers/gpu/drm/nouveau/core/include/subdev/gpio.h
index b0007b5..c85b9f1 100644
--- a/drivers/gpu/drm/nouveau/core/include/subdev/gpio.h
+++ b/drivers/gpu/drm/nouveau/core/include/subdev/gpio.h
@@ -48,12 +48,6 @@ int nouveau_gpio_init(struct nouveau_gpio *);
extern struct nouveau_oclass nv10_gpio_oclass;
extern struct nouveau_oclass nv50_gpio_oclass;
extern struct nouveau_oclass nvd0_gpio_oclass;
-
-void nv50_gpio_dtor(struct nouveau_object *);
-int nv50_gpio_init(struct nouveau_object *);
-int nv50_gpio_fini(struct nouveau_object *, bool);
-void nv50_gpio_intr(struct nouveau_subdev *);
-void nv50_gpio_intr_enable(struct nouveau_event *, int line);
-void nv50_gpio_intr_disable(struct nouveau_event *, int line);
+extern struct nouveau_oclass nve0_gpio_oclass;
#endif
OpenPOWER on IntegriCloud