[RFC PATCH linux-next] MIPS: fix duplicated inclusion

kernel test robot posted 1 patch 4 years, 5 months ago
local.h |    1 -
1 file changed, 1 deletion(-)
[RFC PATCH linux-next] MIPS: fix duplicated inclusion
Posted by kernel test robot 4 years, 5 months ago
Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 local.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/include/asm/local.h b/arch/mips/include/asm/local.h
index d4d47c846bb25..8b325268c88d9 100644
--- a/arch/mips/include/asm/local.h
+++ b/arch/mips/include/asm/local.h
@@ -5,7 +5,6 @@
 #include <linux/percpu.h>
 #include <linux/bitops.h>
 #include <linux/atomic.h>
-#include <asm/asm.h>
 #include <asm/cmpxchg.h>
 #include <asm/compiler.h>
 #include <asm/asm.h>