[PATCH 2/4] drm: Move IRQ related fields to proper section

2014-12-17 Thread Thierry Reding
From: Thierry Reding The .irq and .irq_enabled fields are part of the VBLANK interrupt handling infrastructure, so move them to the appropriate section within the structure. Signed-off-by: Thierry Reding --- include/drm/drmP.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g

[PATCH 2/4] drm: Move IRQ related fields to proper section

2014-12-17 Thread Alex Deucher
On Wed, Dec 17, 2014 at 10:41 AM, Thierry Reding wrote: > From: Thierry Reding > > The .irq and .irq_enabled fields are part of the VBLANK interrupt > handling infrastructure, so move them to the appropriate section within > the structure. > > Signed-off-by: Thierry Reding Reviewed-by: Alex Deu