diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-10-19 16:16:18 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-10-19 16:30:32 +0900 |
commit | 082c44d20eb4c6c4aa60ae7429ea184854cb0610 (patch) | |
tree | c5efa4df65c1e0f90196f04a8760f5d3997eddbf /drivers/video/hitfb.c | |
parent | 4a58eaca7ca68abea37d6d2a4ea7deb394906183 (diff) | |
download | linux-3.10-082c44d20eb4c6c4aa60ae7429ea184854cb0610.tar.gz linux-3.10-082c44d20eb4c6c4aa60ae7429ea184854cb0610.tar.bz2 linux-3.10-082c44d20eb4c6c4aa60ae7429ea184854cb0610.zip |
sh: Cleanup board header directories.
Now with the ide.h mess sorted out, most of these boards
don't need their own directory. Move the headers out, and
update the driver paths.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/hitfb.c')
-rw-r--r-- | drivers/video/hitfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/hitfb.c b/drivers/video/hitfb.c index 3afb472763c..3dc49424dc7 100644 --- a/drivers/video/hitfb.c +++ b/drivers/video/hitfb.c @@ -29,7 +29,6 @@ #include <asm/io.h> #include <asm/hd64461.h> #include <asm/cpu/dac.h> -#include <asm/hp6xx/hp6xx.h> #define WIDTH 640 |