drm/i915: remove "inline" keyword from ironlake_disable_display_irq
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 22 Feb 2013 20:05:31 +0000 (17:05 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 28 Mar 2013 12:55:25 +0000 (13:55 +0100)
 - It's a static function
 - I just added a few more users to it
 - Its sister ironlake_enable_display_irq is not marked as inline
 - The compiler will still inline if it thinks it should do

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found