Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=63c3f460cb47c2e06f1726e18534d0e1fe8652a7
Commit:     63c3f460cb47c2e06f1726e18534d0e1fe8652a7
Parent:     15576bc8adb33d58867942385ae849cc48379610
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Tue May 8 00:37:23 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Tue May 8 16:41:54 2007 -0700

    [ATYFB]: Fix sparc includes.
    
    No need to use asm/pbm.h here.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 drivers/video/aty/atyfb_base.c    |    3 ++-
 drivers/video/aty/mach64_cursor.c |    1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/video/aty/atyfb_base.c b/drivers/video/aty/atyfb_base.c
index ea67dd9..8d3455d 100644
--- a/drivers/video/aty/atyfb_base.c
+++ b/drivers/video/aty/atyfb_base.c
@@ -80,8 +80,9 @@
 #include "../macmodes.h"
 #endif
 #ifdef __sparc__
-#include <asm/pbm.h>
 #include <asm/fbio.h>
+#include <asm/oplib.h>
+#include <asm/prom.h>
 #endif
 
 #ifdef CONFIG_ADB_PMU
diff --git a/drivers/video/aty/mach64_cursor.c 
b/drivers/video/aty/mach64_cursor.c
index 2a7f381..fe2c6ad 100644
--- a/drivers/video/aty/mach64_cursor.c
+++ b/drivers/video/aty/mach64_cursor.c
@@ -11,7 +11,6 @@
 #include <asm/uaccess.h>
 
 #ifdef __sparc__
-#include <asm/pbm.h>
 #include <asm/fbio.h>
 #endif
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to