]> git.hungrycats.org Git - linux/commitdiff
Showing the logo on every open became annoying. I leave it up to the driver writers...
authorJames Simmons <jsimmons@maxwell.earthlink.net>
Tue, 31 Dec 2002 10:09:03 +0000 (02:09 -0800)
committerJames Simmons <jsimmons@maxwell.earthlink.net>
Tue, 31 Dec 2002 10:09:03 +0000 (02:09 -0800)
drivers/video/console/fonts.c
drivers/video/fbmem.c

index 39e0c3d2775de5549fa426fb623d3d5b08f79c75..465d678230ae84adefdd7a8ba1386a61a8258652 100644 (file)
@@ -19,7 +19,7 @@
 #if defined(__mc68000__) || defined(CONFIG_APUS)
 #include <asm/setup.h>
 #endif
-#include "font.h"
+#include <linux/font.h>
 
 #define NO_FONTS
 
index 4d677aacb0e4b14db2611db9b621aa4e58eaebce..6af6905572c9ff065503106999861647c8474959 100644 (file)
@@ -360,7 +360,6 @@ static initcall_t pref_init_funcs[FB_MAX];
 static int num_pref_init_funcs __initdata = 0;
 struct fb_info *registered_fb[FB_MAX];
 int num_registered_fb;
-static int nologo;
 
 #ifdef CONFIG_FB_OF
 static int ofonly __initdata = 0;
@@ -993,8 +992,6 @@ fb_open(struct inode *inode, struct file *file)
                if (res)
                        module_put(info->fbops->owner);
        }
-       if (!nologo)
-               fb_show_logo(info);
        return res;
 }
 
@@ -1148,9 +1145,6 @@ int __init video_setup(char *options)
        }
 #endif
 
-       if (!strcmp(options, "nologo"))
-               nologo = 1;                             
-
        if (num_pref_init_funcs == FB_MAX)
                return 0;