Commit 4bc59253 authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman

gma500: move the power header

At this point we now have the file naming making somewhat more sense
although the dependancies are not as clean as would be ideal
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0cc729bf
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "psb_intel_reg.h" #include "psb_intel_reg.h"
#include "psb_intel_drv.h" #include "psb_intel_drv.h"
#include "intel_bios.h" #include "intel_bios.h"
#include "psb_powermgmt.h" #include "power.h"
int gma_backlight_init(struct drm_device *dev) int gma_backlight_init(struct drm_device *dev)
{ {
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "mdfld_dsi_dbi_dpu.h" #include "mdfld_dsi_dbi_dpu.h"
#include "mdfld_dsi_pkg_sender.h" #include "mdfld_dsi_pkg_sender.h"
#include "psb_powermgmt.h" #include "power.h"
#include <linux/pm_runtime.h> #include <linux/pm_runtime.h>
int enable_gfx_rtpm; int enable_gfx_rtpm;
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "psb_drv.h" #include "psb_drv.h"
#include "psb_intel_drv.h" #include "psb_intel_drv.h"
#include "psb_intel_reg.h" #include "psb_intel_reg.h"
#include "psb_powermgmt.h" #include "power.h"
#include "mdfld_dsi_output.h" #include "mdfld_dsi_output.h"
#include "mdfld_output.h" #include "mdfld_output.h"
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "psb_drv.h" #include "psb_drv.h"
#include "psb_intel_drv.h" #include "psb_intel_drv.h"
#include "psb_intel_reg.h" #include "psb_intel_reg.h"
#include "psb_powermgmt.h" #include "power.h"
#include "mdfld_output.h" #include "mdfld_output.h"
#include <asm/mrst.h> #include <asm/mrst.h>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "psb_intel_drv.h" #include "psb_intel_drv.h"
#include "psb_intel_reg.h" #include "psb_intel_reg.h"
#include "psb_intel_display.h" #include "psb_intel_display.h"
#include "psb_powermgmt.h" #include "power.h"
struct psb_intel_range_t { struct psb_intel_range_t {
int min, max; int min, max;
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "psb_drv.h" #include "psb_drv.h"
#include "psb_intel_drv.h" #include "psb_intel_drv.h"
#include "psb_intel_reg.h" #include "psb_intel_reg.h"
#include "psb_powermgmt.h" #include "power.h"
#include <linux/pm_runtime.h> #include <linux/pm_runtime.h>
/* The max/min PWM frequency in BPCR[31:17] - */ /* The max/min PWM frequency in BPCR[31:17] - */
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* Alan Cox <alan@linux.intel.com> * Alan Cox <alan@linux.intel.com>
*/ */
#include "psb_powermgmt.h" #include "power.h"
#include "psb_drv.h" #include "psb_drv.h"
#include "psb_reg.h" #include "psb_reg.h"
#include "psb_intel_reg.h" #include "psb_intel_reg.h"
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "mid_bios.h" #include "mid_bios.h"
#include "mdfld_dsi_dbi.h" #include "mdfld_dsi_dbi.h"
#include <drm/drm_pciids.h> #include <drm/drm_pciids.h>
#include "psb_powermgmt.h" #include "power.h"
#include <linux/cpu.h> #include <linux/cpu.h>
#include <linux/notifier.h> #include <linux/notifier.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "psb_reg.h" #include "psb_reg.h"
#include "psb_intel_drv.h" #include "psb_intel_drv.h"
#include "gtt.h" #include "gtt.h"
#include "psb_powermgmt.h" #include "power.h"
#include "mrst.h" #include "mrst.h"
/* Append new drm mode definition here, align with libdrm definition */ /* Append new drm mode definition here, align with libdrm definition */
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "psb_intel_drv.h" #include "psb_intel_drv.h"
#include "psb_intel_reg.h" #include "psb_intel_reg.h"
#include "psb_intel_display.h" #include "psb_intel_display.h"
#include "psb_powermgmt.h" #include "power.h"
#include "mdfld_output.h" #include "mdfld_output.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "psb_drv.h" #include "psb_drv.h"
#include "psb_intel_drv.h" #include "psb_intel_drv.h"
#include "psb_intel_reg.h" #include "psb_intel_reg.h"
#include "psb_powermgmt.h" #include "power.h"
#include <linux/pm_runtime.h> #include <linux/pm_runtime.h>
u32 CoreClock; u32 CoreClock;
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "psb_drv.h" #include "psb_drv.h"
#include "psb_reg.h" #include "psb_reg.h"
#include "psb_intel_reg.h" #include "psb_intel_reg.h"
#include "psb_powermgmt.h" #include "power.h"
#include "mdfld_output.h" #include "mdfld_output.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