[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 ea67dd902d4ea32654bd17efae35630a1ebdfcaa..8d3455da663aa6261545e6368e5fab78f8edd081 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 2a7f381c330feb102bc17e0a4332e52205fc0ae3..fe2c6ad01a8d1ffaeb096262b70baafac86eede1 100644 (file)
@@ -11,7 +11,6 @@
 #include <asm/uaccess.h>
 
 #ifdef __sparc__
-#include <asm/pbm.h>
 #include <asm/fbio.h>
 #endif