Commit 35b6c7e4 authored by Rob Ward's avatar Rob Ward Committed by Greg Kroah-Hartman

drivers: char: mem: Replace usage of asm include

Replaces the use of asm/uaccess.h with linux/uaccess.h.
Signed-off-by: default avatarRob Ward <robert.ward114@googlemail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3a4bc2fb
......@@ -28,7 +28,7 @@
#include <linux/io.h>
#include <linux/aio.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#ifdef CONFIG_IA64
# include <linux/efi.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