diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2008-11-18 20:45:20 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-12-28 20:00:03 +0100 |
commit | 429dbf53bca49b110f1058f0d9417a59115c41b8 (patch) | |
tree | 0e676aea8c3bb365542f54bfa0e8df76b3bb6234 /drivers/video/macfb.c | |
parent | 4a973592d67ccc240bca694e48ce88facd764043 (diff) | |
download | linux-3.10-429dbf53bca49b110f1058f0d9417a59115c41b8.tar.gz linux-3.10-429dbf53bca49b110f1058f0d9417a59115c41b8.tar.bz2 linux-3.10-429dbf53bca49b110f1058f0d9417a59115c41b8.zip |
m68k: machw.h cleanup
Remove some more cruft from machw.h and drop the #include where it isn't
needed.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'drivers/video/macfb.c')
-rw-r--r-- | drivers/video/macfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/macfb.c b/drivers/video/macfb.c index ee380d5f341..3a437f93777 100644 --- a/drivers/video/macfb.c +++ b/drivers/video/macfb.c @@ -36,7 +36,6 @@ #include <asm/irq.h> #include <asm/macintosh.h> #include <asm/io.h> -#include <asm/machw.h> /* Common DAC base address for the LC, RBV, Valkyrie, and IIvx */ #define DAC_BASE 0x50f24000 |