VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / video / logo / logo.c
index 2dc5b4e..0ba8d34 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <linux/config.h>
 #include <linux/linux_logo.h>
+#include <linux/stddef.h>
 
 #ifdef CONFIG_M68K
 #include <asm/setup.h>
@@ -35,7 +36,7 @@ extern const struct linux_logo logo_superh_clut224;
 
 const struct linux_logo *fb_find_logo(int depth)
 {
-       const struct linux_logo *logo = 0;
+       const struct linux_logo *logo = NULL;
 
        if (depth >= 1) {
 #ifdef CONFIG_LOGO_LINUX_MONO