Commit b2ca26a5 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: kernel/fmc-chardev.c: include missing uaccess.h

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 800739b1
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include <linux/miscdevice.h> #include <linux/miscdevice.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/fmc.h> #include <linux/fmc.h>
#include <asm/uaccess.h>
static LIST_HEAD(fc_devices); static LIST_HEAD(fc_devices);
static DEFINE_SPINLOCK(fc_lock); static DEFINE_SPINLOCK(fc_lock);
......
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