Commit cd674c8d authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: es1: use <linux/uaccess.h> and not <asm/uaccess.h>

Asm is only for when you are doing arch-specific stuff, which we aren't
doing here.
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 2f4e2366
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment