Re: [Intel-gfx] [PATCH 1/4] drm/i915: move drmP.h include to i915_drv.h

2015-12-16 Thread Chris Wilson
On Wed, Dec 16, 2015 at 03:04:18PM +0200, Jani Nikula wrote: > The intel_bios.h header doesn't even need it, but other headers included > from i915_drv.h do. Let's untangle the mess a bit. > > Signed-off-by: Jani Nikula Since we dereference struct drm_device inside i915_drv.h, we need this, and

[Intel-gfx] [PATCH 1/4] drm/i915: move drmP.h include to i915_drv.h

2015-12-16 Thread Jani Nikula
The intel_bios.h header doesn't even need it, but other headers included from i915_drv.h do. Let's untangle the mess a bit. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/intel_bios.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --gi