projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6887d83
)
video: Fix include in hp680_bl.
author
Kristoffer Ericson
<kristoffer_e1@hotmail.com>
Tue, 31 Oct 2006 02:47:27 +0000
(11:47 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/drivers/video/backlight/hp680_bl.c
b/drivers/video/backlight/hp680_bl.c
index fe1488374f620cad6fa5fce1e8eef17b3ff79132..e3993213d10e39cb2e98629dc114775dcc23aa37 100644
(file)
--- 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