[Intel-gfx] [PATCH 4/4] drm/i915: remove "inline" keyword from ironlake_disable_display_irq

2013-02-22 Thread Paulo Zanoni
From: Paulo Zanoni - 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 --- drivers/gpu/drm/i915/i915_irq.c |2 +- 1 file ch

Re: [Intel-gfx] [PATCH 4/4] drm/i915: remove "inline" keyword from ironlake_disable_display_irq

2013-03-28 Thread Daniel Vetter
On Fri, Feb 22, 2013 at 05:05:31PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > - 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-o