]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
drm/radeon: fix missing hunk from the master changes.
authorDave Airlie <airlied@redhat.com>
Thu, 18 Dec 2008 23:22:02 +0000 (10:22 +1100)
committerDave Airlie <airlied@linux.ie>
Mon, 29 Dec 2008 07:47:24 +0000 (17:47 +1000)
Thanks to Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> for reporting
this.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_drv.c

index 71af746a4e4760d24c7c36e1141882b43117137a..fef207881f45eeb34d5149c571b80fefbb2e47b2 100644 (file)
@@ -96,6 +96,8 @@ static struct drm_driver driver = {
        .enable_vblank = radeon_enable_vblank,
        .disable_vblank = radeon_disable_vblank,
        .dri_library_name = dri_library_name,
+       .master_create = radeon_master_create,
+       .master_destroy = radeon_master_destroy,
        .irq_preinstall = radeon_driver_irq_preinstall,
        .irq_postinstall = radeon_driver_irq_postinstall,
        .irq_uninstall = radeon_driver_irq_uninstall,