Skip to content

Commit

Permalink
asm-prototypes.h: use linux/uaccess.h, not asm/uaccess.h
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Dec 4, 2017
1 parent 5e454b5 commit c68070d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/alpha/include/asm/asm-prototypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <asm/console.h>
#include <asm/page.h>
#include <asm/string.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>

#include <asm-generic/asm-prototypes.h>

Expand Down
2 changes: 1 addition & 1 deletion arch/ia64/include/asm/asm-prototypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <asm/page.h>
#include <asm/pal.h>
#include <asm/string.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#include <asm/unwind.h>
#include <asm/xor.h>

Expand Down
2 changes: 1 addition & 1 deletion arch/mips/include/asm/asm-prototypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#include <asm/page.h>
#include <asm/fpu.h>
#include <asm-generic/asm-prototypes.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#include <asm/ftrace.h>
2 changes: 1 addition & 1 deletion arch/sparc/include/asm/asm-prototypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <asm/xor.h>
#include <asm/checksum.h>
#include <asm/trap_block.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#include <asm/atomic.h>
#include <asm/ftrace.h>
#include <asm/cacheflush.h>
Expand Down

0 comments on commit c68070d

Please sign in to comment.