Skip to content

Commit

Permalink
drivers: char: mem: Replace usage of asm include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Ward authored and Greg Kroah-Hartman committed Jan 12, 2015
1 parent 3a4bc2f commit 35b6c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 35b6c7e

Please sign in to comment.