mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
6887d83d6a
commit
1aea7e00f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue