1
0
Fork 0

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: Greg Kroah-Hartman <greg@kroah.com>
hifive-unleashed-5.1
Greg Kroah-Hartman 2015-03-24 20:04:49 +01:00
parent 2f4e236648
commit cd674c8d4c
1 changed files with 1 additions and 1 deletions

View 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"