summaryrefslogtreecommitdiff
path: root/drivers/staging/gma500/backlight.c
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-07-05 15:43:53 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-05 08:20:44 -0700
commit4bc5925315cee9b9f3d2b07dc8b692978be1d418 (patch)
treeeab5048ae5e40e63ed0e102a230163bd2bf83375 /drivers/staging/gma500/backlight.c
parent0cc729bf215ff038d9b9480253f065af69a1f0a3 (diff)
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: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/gma500/backlight.c')
-rw-r--r--drivers/staging/gma500/backlight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gma500/backlight.c b/drivers/staging/gma500/backlight.c
index 117649b819b8..4027e700561a 100644
--- a/drivers/staging/gma500/backlight.c
+++ b/drivers/staging/gma500/backlight.c
@@ -24,7 +24,7 @@
#include "psb_intel_reg.h"
#include "psb_intel_drv.h"
#include "intel_bios.h"
-#include "psb_powermgmt.h"
+#include "power.h"
int gma_backlight_init(struct drm_device *dev)
{