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.
--
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
#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
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/