video: Fix include in hp680_bl.
authorKristoffer Ericson <kristoffer_e1@hotmail.com>
Tue, 31 Oct 2006 02:47:27 +0000 (11:47 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 31 Oct 2006 03:53:28 +0000 (12:53 +0900)
The hp6xx.h header moved location, causing the build to fail,
fix it up.

Signed-off-by: Kristoffer Ericson <kristoffer_e1@hotmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/backlight/hp680_bl.c

index fe14883..e399321 100644 (file)
@@ -19,7 +19,7 @@
 #include <linux/backlight.h>
 
 #include <asm/cpu/dac.h>
-#include <asm/hp6xx/hp6xx.h>
+#include <asm/hp6xx.h>
 #include <asm/hd64461.h>
 
 #define HP680_MAX_INTENSITY 255