This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / video / logo / logo.c
index 0ba8d34..2dc5b4e 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <linux/config.h>
 #include <linux/linux_logo.h>
-#include <linux/stddef.h>
 
 #ifdef CONFIG_M68K
 #include <asm/setup.h>
@@ -36,7 +35,7 @@ extern const struct linux_logo logo_superh_clut224;
 
 const struct linux_logo *fb_find_logo(int depth)
 {
-       const struct linux_logo *logo = NULL;
+       const struct linux_logo *logo = 0;
 
        if (depth >= 1) {
 #ifdef CONFIG_LOGO_LINUX_MONO