Commit 717da745 authored by Anton Blanchard's avatar Anton Blanchard

[PATCH] missing include

list.h must now include stddef since it uses NULL.
parent 72574bb3
......@@ -4,6 +4,7 @@
#ifdef __KERNEL__
#include <linux/prefetch.h>
#include <linux/stddef.h>
#include <asm/system.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