drm: kill drm_device->irq
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 15 Sep 2008 22:00:33 +0000 (15:00 -0700)
committerDave Airlie <airlied@linux.ie>
Fri, 17 Oct 2008 21:10:53 +0000 (07:10 +1000)
commit9bfbd5cb72c9edb8504a4a7a0aa89cdb2fcb4845
treeb59f08475d3366e60e3c93538ad398905c4a74ec
parente0f0754ff6128570dcf38032f5bfb1f195e5bbee
drm: kill drm_device->irq

Like the last patch but adds a macro to get at the irq value instead of
dereferencing pdev directly.  Should  make things easier for the BSD guys and
if we ever support non-PCI devices.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_irq.c
drivers/gpu/drm/drm_stub.c
drivers/gpu/drm/mga/mga_state.c
drivers/gpu/drm/r128/r128_state.c
drivers/gpu/drm/radeon/radeon_state.c
drivers/gpu/drm/via/via_irq.c
drivers/gpu/drm/via/via_mm.c
include/drm/drmP.h