lkml.org 
[lkml]   [2003]   [Apr]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2.5.67] Fix compiler errors in drivers/char/rio/rio_linux.c
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.025 / U:0.348 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site