linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: xilfpga: Removed unused header files
@ 2020-03-26  7:42 bibo mao
  2020-04-16 16:37 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: bibo mao @ 2020-03-26  7:42 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Greg Kroah-Hartman, Thomas Gleixner,
	Zubair Lutfullah Kakakhel, Allison Randal
  Cc: linux-mips, linux-kernel

Header in directory asm/mach-xilfpga is not used any more.
Remove it here, and it passes to compile with xilfpga_defconfig

Signed-off-by: bibo mao <maobibo@loongson.cn>
---
 arch/mips/include/asm/mach-xilfpga/irq.h | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 arch/mips/include/asm/mach-xilfpga/irq.h

diff --git a/arch/mips/include/asm/mach-xilfpga/irq.h b/arch/mips/include/asm/mach-xilfpga/irq.h
deleted file mode 100644
index 15ad29e..0000000
--- a/arch/mips/include/asm/mach-xilfpga/irq.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-/*
- * Copyright (C) 2015 Imagination Technologies
- * Author: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
- */
-
-#ifndef __MIPS_ASM_MACH_XILFPGA_IRQ_H__
-#define __MIPS_ASM_MACH_XILFPGA_IRQ_H__
-
-#define NR_IRQS 32
-
-#include <asm/mach-generic/irq.h>
-
-#endif /* __MIPS_ASM_MACH_XILFPGA_IRQ_H__ */
-- 
1.8.3.1


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

* Re: [PATCH] MIPS: xilfpga: Removed unused header files
  2020-03-26  7:42 [PATCH] MIPS: xilfpga: Removed unused header files bibo mao
@ 2020-04-16 16:37 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2020-04-16 16:37 UTC (permalink / raw)
  To: bibo mao
  Cc: Greg Kroah-Hartman, Thomas Gleixner, Zubair Lutfullah Kakakhel,
	Allison Randal, linux-mips, linux-kernel

On Thu, Mar 26, 2020 at 03:42:47AM -0400, bibo mao wrote:
> Header in directory asm/mach-xilfpga is not used any more.
> Remove it here, and it passes to compile with xilfpga_defconfig
> 
> Signed-off-by: bibo mao <maobibo@loongson.cn>
> ---
>  arch/mips/include/asm/mach-xilfpga/irq.h | 14 --------------
>  1 file changed, 14 deletions(-)
>  delete mode 100644 arch/mips/include/asm/mach-xilfpga/irq.h

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

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

end of thread, other threads:[~2020-04-16 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26  7:42 [PATCH] MIPS: xilfpga: Removed unused header files bibo mao
2020-04-16 16:37 ` Thomas Bogendoerfer

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).