[PATCH 1/1 net-next] net/irda: include linux/uaccess.h instead of asm/uaccess.h

From: Fabian Frederick
Date: Mon Oct 27 2014 - 14:00:40 EST


Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx>
---
net/irda/ircomm/ircomm_tty_ioctl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net/irda/ircomm/ircomm_tty_ioctl.c b/net/irda/ircomm/ircomm_tty_ioctl.c
index ce94385..2db24bd 100644
--- a/net/irda/ircomm/ircomm_tty_ioctl.c
+++ b/net/irda/ircomm/ircomm_tty_ioctl.c
@@ -31,8 +31,7 @@
#include <linux/termios.h>
#include <linux/tty.h>
#include <linux/serial.h>
-
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>

#include <net/irda/irda.h>
#include <net/irda/irmod.h>
--
1.9.1

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