drivers: char: mem: Replace usage of asm include

Replaces the use of asm/uaccess.h with linux/uaccess.h.

Signed-off-by: Rob Ward <robert.ward114@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Rob Ward 2014-12-20 18:28:35 +00:00 коммит произвёл Greg Kroah-Hartman
Родитель 3a4bc2fb80
Коммит 35b6c7e4a5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>