From: Tom Rini <trini@kernel.crashing.org>
To: Kernel Mailing List <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>
Subject: [PATCH] Add <linux/compiler.h> to <linux/fd.h>
Date: Mon, 28 Jun 2004 14:31:49 -0700 [thread overview]
Message-ID: <20040628213149.GC28128@smtp.west.cox.net> (raw)
<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/
reply other threads:[~2004-06-28 21:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040628213149.GC28128@smtp.west.cox.net \
--to=trini@kernel.crashing.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.