Commit 07611a33 authored by Paul Mackerras's avatar Paul Mackerras Committed by Linus Torvalds

[PATCH] fix include/linux/timer.h compile

include/linux/timer.h needs to include <linux/stddef.h>
to get the definition of NULL.
parent bac5bcac
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#define _LINUX_TIMER_H #define _LINUX_TIMER_H
#include <linux/config.h> #include <linux/config.h>
#include <linux/stddef.h>
#include <linux/list.h> #include <linux/list.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