]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
video: Update header location in hp680_bl.
authorAndriy Skulysh <askulysh@gmail.com>
Wed, 27 Sep 2006 07:09:59 +0000 (16:09 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 07:09:59 +0000 (16:09 +0900)
Trivial build fix.

Signed-off-by: Andriy Skulysh <askulysh@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/backlight/hp680_bl.c

index ffc72ae3ada80a01f98c959099b004e57bc5aed4..fe1488374f620cad6fa5fce1e8eef17b3ff79132 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <asm/cpu/dac.h>
 #include <asm/hp6xx/hp6xx.h>
-#include <asm/hd64461/hd64461.h>
+#include <asm/hd64461.h>
 
 #define HP680_MAX_INTENSITY 255
 #define HP680_DEFAULT_INTENSITY 10
@@ -163,6 +163,6 @@ static void __exit hp680bl_exit(void)
 module_init(hp680bl_init);
 module_exit(hp680bl_exit);
 
-MODULE_AUTHOR("Andriy Skulysh <askulysh@image.kiev.ua>");
+MODULE_AUTHOR("Andriy Skulysh <askulysh@gmail.com>");
 MODULE_DESCRIPTION("HP Jornada 680 Backlight Driver");
 MODULE_LICENSE("GPL");