linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.5.67] Fix compiler errors in drivers/char/rio/rio_linux.c
@ 2003-04-10 18:44 Bob Miller
  0 siblings, 0 replies; only message in thread
From: Bob Miller @ 2003-04-10 18:44 UTC (permalink / raw)
  To: trivial, mbligh; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-10 18:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-10 18:44 [PATCH 2.5.67] Fix compiler errors in drivers/char/rio/rio_linux.c Bob Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).