From: Daniel Vetter Date: Wed, 10 Dec 2014 16:41:43 +0000 (+0100) Subject: drm/i915: Name the lrc irq handler correctly X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~43^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f7531c3b37d232122d5b7c8564d4ea800adaa88;p=pandora-kernel.git drm/i915: Name the lrc irq handler correctly We consistently use the _irq_handler postfix for functions called in hardirq context. Especially when it's a non-static function hardirq is a crazy enough calling context to warrant this level of ocd. So rename it. Cc: Thomas Daniel Reviewed-by: Thomas Daniel Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed