lkml.org 
[lkml]   [2000]   [Mar]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.3.52pre1 generic serial
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/

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.031 / U:1.996 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site