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

From: Tom Rini
Date: Mon Jun 28 2004 - 16:33:02 EST


<linux/fd.h> references __user which is defined in <linux/compiler.h>.

Signed-off-by: Tom Rini <trini@xxxxxxxxxxxxxxxxxxx>
include/linux/fd.h | 1 +
1 files changed, 1 insertion(+)
===== include/linux/fd.h 1.4 vs edited =====
--- 1.4/include/linux/fd.h 2004-06-03 21:18:16 -07:00
+++ edited/include/linux/fd.h 2004-06-28 14:30:33 -07:00
@@ -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 */

--
Tom Rini
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/