public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 1/4] drm/i915: move drmP.h include to i915_drv.h
@ 2015-12-16 13:04 Jani Nikula
  2015-12-16 13:04 ` [PATCH 2/4] drm/i915/bios: fix format string of the VBT signature logging Jani Nikula
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jani Nikula @ 2015-12-16 13:04 UTC (permalink / raw)
  To: intel-gfx; +Cc: 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 <jani.nikula@intel.com>
---
 drivers/gpu/drm/i915/i915_drv.h   | 1 +
 drivers/gpu/drm/i915/intel_bios.h | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index ca8c2a64bc6d..fe60b44e7586 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -33,6 +33,7 @@
 #include <uapi/drm/i915_drm.h>
 #include <uapi/drm/drm_fourcc.h>
 
+#include <drm/drmP.h>
 #include "i915_reg.h"
 #include "intel_bios.h"
 #include "intel_ringbuffer.h"
diff --git a/drivers/gpu/drm/i915/intel_bios.h b/drivers/gpu/drm/i915/intel_bios.h
index 689eb42f863c..54eac1003a1e 100644
--- a/drivers/gpu/drm/i915/intel_bios.h
+++ b/drivers/gpu/drm/i915/intel_bios.h
@@ -28,8 +28,6 @@
 #ifndef _I830_BIOS_H_
 #define _I830_BIOS_H_
 
-#include <drm/drmP.h>
-
 struct vbt_header {
 	u8 signature[20];		/**< Always starts with 'VBT$' */
 	u16 version;			/**< decimal */
-- 
2.1.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-12-16 16:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-16 13:04 [PATCH 1/4] drm/i915: move drmP.h include to i915_drv.h Jani Nikula
2015-12-16 13:04 ` [PATCH 2/4] drm/i915/bios: fix format string of the VBT signature logging Jani Nikula
2015-12-16 14:23   ` Chris Wilson
2015-12-16 16:10     ` Jani Nikula
2015-12-16 13:04 ` [PATCH 3/4] drm/i915/bios: prefer using dev_priv over dev pointer Jani Nikula
2015-12-16 14:24   ` Chris Wilson
2015-12-16 13:04 ` [PATCH 4/4] drm/i915/bios: reduce indent in parse_general_features Jani Nikula
2015-12-16 14:24   ` Chris Wilson
2015-12-16 14:18 ` [PATCH 1/4] drm/i915: move drmP.h include to i915_drv.h Chris Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox