linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RISCV:Kernel: Cleanup RISCV Kernel header files
@ 2019-01-02 13:10 G SatishKumar
  2019-01-09  2:41 ` Paul Walmsley
  0 siblings, 1 reply; 2+ messages in thread
From: G SatishKumar @ 2019-01-02 13:10 UTC (permalink / raw)
  To: linux-riscv; +Cc: G SatishKumar

	This patch cleanup unnecessary haeder files
	from RISCV kernel files

Signed-off-by: G SatishKumar <gsatish.ldd@gmail.com>
---
 arch/riscv/kernel/cacheinfo.c | 1 -
 arch/riscv/kernel/cpu.c       | 1 -
 arch/riscv/kernel/irq.c       | 2 --
 3 files changed, 4 deletions(-)

diff --git a/arch/riscv/kernel/cacheinfo.c b/arch/riscv/kernel/cacheinfo.c
index cb35ffd..0e710fc 100644
--- a/arch/riscv/kernel/cacheinfo.c
+++ b/arch/riscv/kernel/cacheinfo.c
@@ -13,7 +13,6 @@
 
 #include <linux/cacheinfo.h>
 #include <linux/cpu.h>
-#include <linux/of.h>
 #include <linux/of_device.h>
 
 static void ci_leaf_init(struct cacheinfo *this_leaf,
diff --git a/arch/riscv/kernel/cpu.c b/arch/riscv/kernel/cpu.c
index b4a7d44..f3f4690 100644
--- a/arch/riscv/kernel/cpu.c
+++ b/arch/riscv/kernel/cpu.c
@@ -13,7 +13,6 @@
 
 #include <linux/init.h>
 #include <linux/seq_file.h>
-#include <linux/of.h>
 #include <asm/smp.h>
 
 /*
diff --git a/arch/riscv/kernel/irq.c b/arch/riscv/kernel/irq.c
index 48e6b7d..1d76b60 100644
--- a/arch/riscv/kernel/irq.c
+++ b/arch/riscv/kernel/irq.c
@@ -7,9 +7,7 @@
 
 #include <linux/interrupt.h>
 #include <linux/irqchip.h>
-#include <linux/irqdomain.h>
 #include <linux/seq_file.h>
-#include <asm/smp.h>
 
 /*
  * Possible interrupt causes:
-- 
2.7.4


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-09  2:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-02 13:10 [PATCH] RISCV:Kernel: Cleanup RISCV Kernel header files G SatishKumar
2019-01-09  2:41 ` Paul Walmsley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).