From: Bob Miller <rem@osdl.org>
To: trivial@rustcorp.com.au, mbligh@aracnet.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 2.5.67] Fix compiler errors in drivers/char/rio/rio_linux.c
Date: Thu, 10 Apr 2003 11:44:49 -0700 [thread overview]
Message-ID: <20030410184449.GA3607@doc.pdx.osdl.net> (raw)
When the compatmac.h include file was deleted the indirect include
of asm/uaccess.h was lost. This patch adds a direct include of
asm/uaccess.h.
This fixes bugme.osdl.org bug number 566.
--
Bob Miller Email: rem@osdl.org
Open Source Development Lab Phone: 503.626.2455 Ext. 17
===== drivers/char/rio/rio_linux.c 1.16 vs edited =====
--- 1.16/drivers/char/rio/rio_linux.c Mon Mar 31 15:55:28 2003
+++ edited/drivers/char/rio/rio_linux.c Thu Apr 10 11:25:23 2003
@@ -60,6 +60,7 @@
#include <linux/init.h>
#include <linux/generic_serial.h>
+#include <asm/uaccess.h>
#if BITS_PER_LONG != 32
# error FIXME: this driver only works on 32-bit platforms
reply other threads:[~2003-04-10 18:33 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=20030410184449.GA3607@doc.pdx.osdl.net \
--to=rem@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mbligh@aracnet.com \
--cc=trivial@rustcorp.com.au \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox