greybus: es1: use <linux/uaccess.h> and not <asm/uaccess.h>
authorGreg Kroah-Hartman <greg@kroah.com>
Tue, 24 Mar 2015 19:04:49 +0000 (20:04 +0100)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 24 Mar 2015 19:04:49 +0000 (20:04 +0100)
Asm is only for when you are doing arch-specific stuff, which we aren't
doing here.

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/es1.c

index 4524add..cce3155 100644 (file)
@@ -15,7 +15,7 @@
 #include <linux/usb.h>
 #include <linux/kfifo.h>
 #include <linux/debugfs.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 
 #include "greybus.h"
 #include "svc_msg.h"