Commit 7caf4f46 authored by Linus Torvalds's avatar Linus Torvalds

logo/logo.c needs <stddef.h> for NULL

It's one of the rare files that has almost no includes
what-so-ever, so it actually never got NULL any other
way.
parent fd44b2f9
......@@ -11,6 +11,7 @@
#include <linux/config.h>
#include <linux/linux_logo.h>
#include <linux/stddef.h>
#ifdef CONFIG_M68K
#include <asm/setup.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment