* [PATCH] Add <linux/compiler.h> to <linux/fd.h>
@ 2004-06-28 21:31 Tom Rini
0 siblings, 0 replies; only message in thread
From: Tom Rini @ 2004-06-28 21:31 UTC (permalink / raw)
To: Kernel Mailing List, Andrew Morton
<linux/fd.h> references __user which is defined in <linux/compiler.h>.
Signed-off-by: Tom Rini <trini@kernel.crashing.org>
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/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-06-28 21:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-28 21:31 [PATCH] Add <linux/compiler.h> to <linux/fd.h> Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.