Commit 0cc729bf authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman

gma500: move the BIOS header

We can move this to patch up as well. Shuffle the relevant includes as we
go
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0c453db2
......@@ -23,7 +23,7 @@
#include "psb_drv.h"
#include "psb_intel_reg.h"
#include "psb_intel_drv.h"
#include "psb_intel_bios.h"
#include "intel_bios.h"
#include "psb_powermgmt.h"
int gma_backlight_init(struct drm_device *dev)
......
......@@ -24,7 +24,7 @@
#include "psb_drv.h"
#include "psb_reg.h"
#include "psb_intel_reg.h"
#include "psb_intel_bios.h"
#include "intel_bios.h"
static int cdv_output_init(struct drm_device *dev)
......
......@@ -24,7 +24,7 @@
#include "psb_drv.h"
#include "psb_intel_drv.h"
#include "psb_intel_reg.h"
#include "psb_intel_bios.h"
#include "intel_bios.h"
static void *find_section(struct bdb_header *bdb, int section_id)
......
......@@ -24,7 +24,7 @@
#include <drm/drmP.h>
#include <asm/mrst.h>
#include "psb_intel_bios.h"
#include "intel_bios.h"
#include "psb_drv.h"
#include "psb_intel_drv.h"
#include "psb_intel_reg.h"
......
......@@ -24,7 +24,7 @@
#include "psb_drv.h"
#include "psb_reg.h"
#include "psb_intel_reg.h"
#include "psb_intel_bios.h"
#include "intel_bios.h"
static int psb_output_init(struct drm_device *dev)
......
......@@ -26,7 +26,7 @@
#include "framebuffer.h"
#include "psb_reg.h"
#include "psb_intel_reg.h"
#include "psb_intel_bios.h"
#include "intel_bios.h"
#include "mid_bios.h"
#include "mdfld_dsi_dbi.h"
#include <drm/drm_pciids.h>
......
......@@ -21,11 +21,9 @@
*/
#include <linux/i2c.h>
/* #include <drm/drm_crtc.h> */
/* #include <drm/drm_edid.h> */
#include <drm/drmP.h>
#include "psb_intel_bios.h"
#include "intel_bios.h"
#include "psb_drv.h"
#include "psb_intel_drv.h"
#include "psb_intel_reg.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment