diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-12-11 05:34:42 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-12-17 20:33:46 -0500 |
commit | e9f0d76f3bcd4dda7136baaaaf45bda3b13ff40f (patch) | |
tree | 557d43df25c4d6b40fee763d99c8844c7bd9c960 /drivers/gpu/drm/cirrus | |
parent | bfd8303af0c46bd094289ee4e65f1e4bcc4fb7d3 (diff) |
drm: Kill DRM_IRQ_ARGS
I've killed them a long time ago in drm/i915, let's get rid of this
remnant of shared drm core days for good.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/cirrus')
-rw-r--r-- | drivers/gpu/drm/cirrus/cirrus_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.h b/drivers/gpu/drm/cirrus/cirrus_drv.h index b6aded73838b..117d3eca5e37 100644 --- a/drivers/gpu/drm/cirrus/cirrus_drv.h +++ b/drivers/gpu/drm/cirrus/cirrus_drv.h | |||
@@ -222,7 +222,7 @@ void cirrus_fbdev_fini(struct cirrus_device *cdev); | |||
222 | void cirrus_driver_irq_preinstall(struct drm_device *dev); | 222 | void cirrus_driver_irq_preinstall(struct drm_device *dev); |
223 | int cirrus_driver_irq_postinstall(struct drm_device *dev); | 223 | int cirrus_driver_irq_postinstall(struct drm_device *dev); |
224 | void cirrus_driver_irq_uninstall(struct drm_device *dev); | 224 | void cirrus_driver_irq_uninstall(struct drm_device *dev); |
225 | irqreturn_t cirrus_driver_irq_handler(DRM_IRQ_ARGS); | 225 | irqreturn_t cirrus_driver_irq_handler(int irq, void *arg); |
226 | 226 | ||
227 | /* cirrus_kms.c */ | 227 | /* cirrus_kms.c */ |
228 | int cirrus_driver_load(struct drm_device *dev, unsigned long flags); | 228 | int cirrus_driver_load(struct drm_device *dev, unsigned long flags); |