diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-10-31 05:47:27 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-10-31 06:53:28 +0300 |
commit | 1aea7e00f6b83d32d359aeb8d670f1f7aaa88d55 (patch) | |
tree | 5541e628b481d46b091943dce35a5bde440f8c55 /drivers/video/backlight/hp680_bl.c | |
parent | 6887d83d6a537b5002edff7efa1a7c600af0ce26 (diff) | |
download | linux-1aea7e00f6b83d32d359aeb8d670f1f7aaa88d55.tar.xz |
video: Fix include in hp680_bl.
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>
Diffstat (limited to 'drivers/video/backlight/hp680_bl.c')
-rw-r--r-- | drivers/video/backlight/hp680_bl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/hp680_bl.c b/drivers/video/backlight/hp680_bl.c index fe1488374f62..e3993213d10e 100644 --- a/drivers/video/backlight/hp680_bl.c +++ b/drivers/video/backlight/hp680_bl.c @@ -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 |