Commit 87ad2674 authored by Greg Ungerer's avatar Greg Ungerer Committed by Christoph Hellwig

[PATCH] include stddef.h in include/linux/list.h

This patches add an include to stddef.h into include/linux/list.h.
It uses the NULL define.
parent 251da723
......@@ -3,6 +3,7 @@
#ifdef __KERNEL__
#include <linux/stddef.h>
#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