mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
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:
parent
3a4bc2fb80
commit
35b6c7e4a5
@ -28,7 +28,7 @@
|
|||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <linux/aio.h>
|
#include <linux/aio.h>
|
||||||
|
|
||||||
#include <asm/uaccess.h>
|
#include <linux/uaccess.h>
|
||||||
|
|
||||||
#ifdef CONFIG_IA64
|
#ifdef CONFIG_IA64
|
||||||
# include <linux/efi.h>
|
# include <linux/efi.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user