Skip to content

Commit

Permalink
video: Fix up hp6xx driver build regressions.
Browse files Browse the repository at this point in the history
This is some more fallout from the header reorganization, fix up the
paths accordingly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jul 29, 2008
1 parent cc8dccd commit 193f3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/video/backlight/hp680_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <linux/fb.h>
#include <linux/backlight.h>

#include <asm/cpu/dac.h>
#include <cpu/dac.h>
#include <asm/hp6xx.h>
#include <asm/hd64461.h>

Expand Down
2 changes: 1 addition & 1 deletion drivers/video/hitfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <asm/pgtable.h>
#include <asm/io.h>
#include <asm/hd64461.h>
#include <asm/cpu/dac.h>
#include <cpu/dac.h>

#define WIDTH 640

Expand Down

0 comments on commit 193f3c2

Please sign in to comment.