Commit 193f3c2f1531ec9755a87a33038fba3ee29f6ca5

Authored by Paul Mundt
1 parent cc8dccdc74

video: Fix up hp6xx driver build regressions.

This is some more fallout from the header reorganization, fix up the
paths accordingly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

drivers/video/backlight/hp680_bl.c
... ... @@ -18,7 +18,7 @@
18 18 #include <linux/fb.h>
19 19 #include <linux/backlight.h>
20 20  
21   -#include <asm/cpu/dac.h>
  21 +#include <cpu/dac.h>
22 22 #include <asm/hp6xx.h>
23 23 #include <asm/hd64461.h>
24 24  
drivers/video/hitfb.c
... ... @@ -27,7 +27,7 @@
27 27 #include <asm/pgtable.h>
28 28 #include <asm/io.h>
29 29 #include <asm/hd64461.h>
30   -#include <asm/cpu/dac.h>
  30 +#include <cpu/dac.h>
31 31  
32 32 #define WIDTH 640
33 33