Commit c25e4809 authored by Tom Rini's avatar Tom Rini Committed by Linus Torvalds

[PATCH] Add <linux/compiler.h> to <linux/fd.h>

<linux/fd.h> references __user which is defined in <linux/compiler.h>.
Signed-off-by: default avatarTom Rini <trini@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 431f19ef
......@@ -2,6 +2,7 @@
#define _LINUX_FD_H
#include <linux/ioctl.h>
#include <linux/compiler.h>
/* New file layout: Now the ioctl definitions immediately follow the
* definitions of the structures that they use */
......
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