--- linux/drivers/video/bootsplash/bootsplash.c.orig	2005-02-22 17:10:55.000000000 +0100
+++ linux/drivers/video/bootsplash/bootsplash.c	2005-02-22 17:11:24.000000000 +0100
@@ -28,7 +28,7 @@
 #include "bootsplash.h"
 #include "decode-jpg.h"
 
-extern struct fb_ops vesafb_ops;
+/* extern struct fb_ops vesafb_ops; */
 
 #define SPLASH_VERSION "3.1.4-2004/02/19"
 
@@ -519,11 +519,11 @@
 	    printk(" found, but has oversized text area!\n");
 	    return -1;
 	}
-	if (!vc_cons[unit].d || info->fbops != &vesafb_ops) {
+	/*if (!vc_cons[unit].d || info->fbops != &vesafb_ops) {
 	    splash_free(vc, info);
 	    printk(" found, but framebuffer can't handle it!\n");
 	    return -1;
-	}
+	} */
 	printk(" found (%dx%d, %d bytes, v%d).\n", width, height, splash_size, version);
 	if (version == 1) {
 	    printk(KERN_WARNING "bootsplash: Using deprecated v1 header. Updating your splash utility recommended.\n");

