2.3.52pre1 generic serial

From: Arjan van de Ven (arjan@fenrus.demon.nl)
Date: Mon Mar 13 2000 - 11:02:54 EST


Hi,

The generic_serial.c file is missing an include-file.
The file missing is <asm/uaccess.h> and is needed for copy_from/to_user().

Greetings,
   Arjan van de Ven

--- linux/drivers/char/generic_serial.c.org Mon Mar 13 17:00:53 2000
+++ linux/drivers/char/generic_serial.c Mon Mar 13 17:01:09 2000
@@ -18,6 +18,7 @@
 #include <linux/serial.h>
 #include <linux/mm.h>
 #include <asm/semaphore.h>
+#include <asm/uaccess.h>
 #include <linux/version.h>
 #include <linux/module.h>
 #include <linux/generic_serial.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Mar 15 2000 - 21:00:25 EST