patch-2.3.51 linux/drivers/video/offb.c

Next file: linux/drivers/video/vgacon.c
Previous file: linux/drivers/video/matrox/matroxfb_maven.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.50/linux/drivers/video/offb.c linux/drivers/video/offb.c
@@ -293,9 +293,6 @@
 }
 
 
-#ifdef CONFIG_FB_ATY128
-extern void aty128fb_of_init(struct device_node *dp);
-#endif /* CONFIG_FB_ATY */
 #ifdef CONFIG_FB_S3TRIO
 extern void s3triofb_init_of(struct device_node *dp);
 #endif /* CONFIG_FB_S3TRIO */
@@ -423,12 +420,6 @@
 
 static int __init offb_init_driver(struct device_node *dp)
 {
-#ifdef CONFIG_FB_ATY128
-    if (!strncmp(dp->name, "ATY,Rage128", 11)) {
-	aty128fb_of_init(dp);
-	return 1;
-    }
-#endif
 #ifdef CONFIG_FB_S3TRIO
     if (!strncmp(dp->name, "S3Trio", 6)) {
     	s3triofb_init_of(dp);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)