diff options
Diffstat (limited to 'sys/dev/drm/r128_irq.c')
-rw-r--r-- | sys/dev/drm/r128_irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/r128_irq.c b/sys/dev/drm/r128_irq.c index ec5eea1..6be6a1c 100644 --- a/sys/dev/drm/r128_irq.c +++ b/sys/dev/drm/r128_irq.c @@ -105,7 +105,7 @@ void r128_driver_irq_preinstall(struct drm_device * dev) int r128_driver_irq_postinstall(struct drm_device * dev) { - return drm_vblank_init(dev, 1); + return 0; } void r128_driver_irq_uninstall(struct drm_device * dev) |