drm/i915: move drmP.h include to i915_drv.h
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. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1450271061-32646-1-git-send-email-jani.nikula@intel.com
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
#include <uapi/drm/i915_drm.h>
|
#include <uapi/drm/i915_drm.h>
|
||||||
#include <uapi/drm/drm_fourcc.h>
|
#include <uapi/drm/drm_fourcc.h>
|
||||||
|
|
||||||
|
#include <drm/drmP.h>
|
||||||
#include "i915_reg.h"
|
#include "i915_reg.h"
|
||||||
#include "intel_bios.h"
|
#include "intel_bios.h"
|
||||||
#include "intel_ringbuffer.h"
|
#include "intel_ringbuffer.h"
|
||||||
|
|||||||
@@ -28,8 +28,6 @@
|
|||||||
#ifndef _I830_BIOS_H_
|
#ifndef _I830_BIOS_H_
|
||||||
#define _I830_BIOS_H_
|
#define _I830_BIOS_H_
|
||||||
|
|
||||||
#include <drm/drmP.h>
|
|
||||||
|
|
||||||
struct vbt_header {
|
struct vbt_header {
|
||||||
u8 signature[20]; /**< Always starts with 'VBT$' */
|
u8 signature[20]; /**< Always starts with 'VBT$' */
|
||||||
u16 version; /**< decimal */
|
u16 version; /**< decimal */
|
||||||
|
|||||||
Reference in New Issue
Block a user