From: Dave Airlie Date: Tue, 2 Jun 2009 06:50:35 +0000 (+1000) Subject: drm: fix irq naming for kms drivers. X-Git-Tag: v2.6.30~30^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8da7de56ca0ad34726478a50d138a29a9ff76cb;p=pandora-kernel.git drm: fix irq naming for kms drivers. 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 --- Reading git-diff-tree failed