Commit 1e12e391 authored by Chris Zankel's avatar Chris Zankel

[XTENSA] Remove duplicate includes.

Signed-off-by: default avatarLucas Woods <woodzy@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarChristian Zankel <chris@zankel.net>
parent 96b5a46e
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include <linux/mm.h> #include <linux/mm.h>
#include <asm/ptrace.h> #include <asm/ptrace.h>
#include <asm/processor.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#define DEFINE(sym, val) asm volatile("\n->" #sym " %0 " #val : : "i" (val)) #define DEFINE(sym, val) asm volatile("\n->" #sym " %0 " #val : : "i" (val))
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <linux/swap.h> #include <linux/swap.h>
#include <linux/pagemap.h> #include <linux/pagemap.h>
#include <asm/pgtable.h>
#include <asm/bootparam.h> #include <asm/bootparam.h>
#include <asm/mmu_context.h> #include <asm/mmu_context.h>
#include <asm/tlb.h> #include <asm/tlb.h>
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <linux/bootmem.h> #include <linux/bootmem.h>
#include <linux/ethtool.h> #include <linux/ethtool.h>
#include <linux/rtnetlink.h> #include <linux/rtnetlink.h>
#include <linux/timer.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <asm/platform/simcall.h> #include <asm/platform/simcall.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment