]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
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 4524add9c868597a5c742be15c9a2d9ccb6ff5ba..cce31558573b231b160b008f6b072fe7541a9081 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"