diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 03:37:23 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 19:41:54 -0400 |
commit | 63c3f460cb47c2e06f1726e18534d0e1fe8652a7 (patch) | |
tree | b1458690cc5c5b65b5931502bc0eb57831907811 /drivers/video/aty/atyfb_base.c | |
parent | 15576bc8adb33d58867942385ae849cc48379610 (diff) |
[ATYFB]: Fix sparc includes.
No need to use asm/pbm.h here.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video/aty/atyfb_base.c')
-rw-r--r-- | drivers/video/aty/atyfb_base.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/aty/atyfb_base.c b/drivers/video/aty/atyfb_base.c index ea67dd902d4e..8d3455da663a 100644 --- a/drivers/video/aty/atyfb_base.c +++ b/drivers/video/aty/atyfb_base.c | |||
@@ -80,8 +80,9 @@ | |||
80 | #include "../macmodes.h" | 80 | #include "../macmodes.h" |
81 | #endif | 81 | #endif |
82 | #ifdef __sparc__ | 82 | #ifdef __sparc__ |
83 | #include <asm/pbm.h> | ||
84 | #include <asm/fbio.h> | 83 | #include <asm/fbio.h> |
84 | #include <asm/oplib.h> | ||
85 | #include <asm/prom.h> | ||
85 | #endif | 86 | #endif |
86 | 87 | ||
87 | #ifdef CONFIG_ADB_PMU | 88 | #ifdef CONFIG_ADB_PMU |