diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-03-06 06:23:44 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-04-09 02:51:14 -0400 |
commit | 1ec9db1056b0c4b8b9dfca4736634c7c8e0833d5 (patch) | |
tree | 50dd223c3961983940c0af919f8b9053cc810802 /arch/arc/mm/ioremap.c | |
parent | 39d0c30d00d7ca44f62e0fb11eab053b17224a8f (diff) |
ARC: Use <linux/*> headers instead of <asm/*>
Silences the following checkpatch warnings:
WARNING: Use #include <linux/ptrace.h> instead of <asm/ptrace.h>
WARNING: Use #include <linux/kprobes.h> instead of <asm/kprobes.h>
WARNING: Use #include <linux/kgdb.h> instead of <asm/kgdb.h>
WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
WARNING: Use #include <linux/cache.h> instead of <asm/cache.h>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/mm/ioremap.c')
-rw-r--r-- | arch/arc/mm/ioremap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/mm/ioremap.c b/arch/arc/mm/ioremap.c index 3e5c92c79936..739e65f355de 100644 --- a/arch/arc/mm/ioremap.c +++ b/arch/arc/mm/ioremap.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/io.h> | 12 | #include <linux/io.h> |
13 | #include <linux/mm.h> | 13 | #include <linux/mm.h> |
14 | #include <linux/slab.h> | 14 | #include <linux/slab.h> |
15 | #include <asm/cache.h> | 15 | #include <linux/cache.h> |
16 | 16 | ||
17 | void __iomem *ioremap(unsigned long paddr, unsigned long size) | 17 | void __iomem *ioremap(unsigned long paddr, unsigned long size) |
18 | { | 18 | { |