[ATYFB]: Fix sparc includes.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 8 May 2007 07:37:23 +0000 (00:37 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 8 May 2007 23:41:54 +0000 (16:41 -0700)
No need to use asm/pbm.h here.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/video/aty/atyfb_base.c
drivers/video/aty/mach64_cursor.c

index ea67dd9..8d3455d 100644 (file)
@@ -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
index 2a7f381..fe2c6ad 100644 (file)
@@ -11,7 +11,6 @@
 #include <asm/uaccess.h>
 
 #ifdef __sparc__
-#include <asm/pbm.h>
 #include <asm/fbio.h>
 #endif