]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/tty/amiserial.c
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[thirdparty/linux.git] / drivers / tty / amiserial.c
index dfbb974927f289095cccedb06d0d3db73dbfbdee..dea16bb8c46a35b14604472fdf84a795d8fe3b51 100644 (file)
@@ -127,7 +127,7 @@ static struct serial_state rs_table[1];
 
 #define NR_PORTS ARRAY_SIZE(rs_table)
 
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #define serial_isroot()        (capable(CAP_SYS_ADMIN))