diff options
author | Andriy Skulysh <askulysh@gmail.com> | 2006-09-27 03:09:59 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 03:09:59 -0400 |
commit | 848dd265947c976b6340027088c090ff7f0a0b8b (patch) | |
tree | 35346ff37561c9bce38279d2efe27abc51120ea7 /drivers/video/backlight/hp680_bl.c | |
parent | ae31825e63e11188d96ad9c4d2d5d4e0fc798a75 (diff) |
video: Update header location in hp680_bl.
Trivial build fix.
Signed-off-by: Andriy Skulysh <askulysh@gmail.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/backlight/hp680_bl.c b/drivers/video/backlight/hp680_bl.c index ffc72ae3ada8..fe1488374f62 100644 --- a/drivers/video/backlight/hp680_bl.c +++ b/drivers/video/backlight/hp680_bl.c | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #include <asm/cpu/dac.h> | 21 | #include <asm/cpu/dac.h> |
22 | #include <asm/hp6xx/hp6xx.h> | 22 | #include <asm/hp6xx/hp6xx.h> |
23 | #include <asm/hd64461/hd64461.h> | 23 | #include <asm/hd64461.h> |
24 | 24 | ||
25 | #define HP680_MAX_INTENSITY 255 | 25 | #define HP680_MAX_INTENSITY 255 |
26 | #define HP680_DEFAULT_INTENSITY 10 | 26 | #define HP680_DEFAULT_INTENSITY 10 |
@@ -163,6 +163,6 @@ static void __exit hp680bl_exit(void) | |||
163 | module_init(hp680bl_init); | 163 | module_init(hp680bl_init); |
164 | module_exit(hp680bl_exit); | 164 | module_exit(hp680bl_exit); |
165 | 165 | ||
166 | MODULE_AUTHOR("Andriy Skulysh <askulysh@image.kiev.ua>"); | 166 | MODULE_AUTHOR("Andriy Skulysh <askulysh@gmail.com>"); |
167 | MODULE_DESCRIPTION("HP Jornada 680 Backlight Driver"); | 167 | MODULE_DESCRIPTION("HP Jornada 680 Backlight Driver"); |
168 | MODULE_LICENSE("GPL"); | 168 | MODULE_LICENSE("GPL"); |