drm: fix irq naming for kms drivers.
authorDave Airlie <airlied@redhat.com>
Tue, 2 Jun 2009 06:50:35 +0000 (16:50 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 3 Jun 2009 23:14:07 +0000 (09:14 +1000)
allocating devname in the i915 driver was a hack originally and I
forgot to figure out how to do this properly back then.

So this is the cleaner version that just picks devname or driver name
in the irq code.

It removes the devname allocs from the i915 driver.

Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found