All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] MIPS: OCTEON: Remove some unused OCTEON_IRQ_* definitions.
@ 2012-06-07 19:52 David Daney
  2012-06-07 20:10 ` David Daney
  0 siblings, 1 reply; 2+ messages in thread
From: David Daney @ 2012-06-07 19:52 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: David Daney

From: David Daney <david.daney@cavium.com>

These are now unused.  Remove them.

Signed-off-by: David Daney <david.daney@cavium.com>
---
 arch/mips/include/asm/mach-cavium-octeon/irq.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/arch/mips/include/asm/mach-cavium-octeon/irq.h b/arch/mips/include/asm/mach-cavium-octeon/irq.h
index 4189920..0a47c9f 100644
--- a/arch/mips/include/asm/mach-cavium-octeon/irq.h
+++ b/arch/mips/include/asm/mach-cavium-octeon/irq.h
@@ -26,9 +26,6 @@ enum octeon_irq {
 	OCTEON_IRQ_WDOG15 = OCTEON_IRQ_WDOG0 + 15,
 	OCTEON_IRQ_MBOX0 = OCTEON_IRQ_WDOG0 + 16,
 	OCTEON_IRQ_MBOX1,
-	OCTEON_IRQ_UART0,
-	OCTEON_IRQ_UART1,
-	OCTEON_IRQ_UART2,
 	OCTEON_IRQ_PCI_INT0,
 	OCTEON_IRQ_PCI_INT1,
 	OCTEON_IRQ_PCI_INT2,
@@ -38,8 +35,6 @@ enum octeon_irq {
 	OCTEON_IRQ_PCI_MSI2,
 	OCTEON_IRQ_PCI_MSI3,
 
-	OCTEON_IRQ_TWSI,
-	OCTEON_IRQ_TWSI2,
 	OCTEON_IRQ_RML,
 	OCTEON_IRQ_TIMER0,
 	OCTEON_IRQ_TIMER1,
@@ -47,8 +42,6 @@ enum octeon_irq {
 	OCTEON_IRQ_TIMER3,
 	OCTEON_IRQ_USB0,
 	OCTEON_IRQ_USB1,
-	OCTEON_IRQ_MII0,
-	OCTEON_IRQ_MII1,
 	OCTEON_IRQ_BOOTDMA,
 #ifndef CONFIG_PCI_MSI
 	OCTEON_IRQ_LAST = 127
-- 
1.7.2.3

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

* Re: [PATCH 2/3] MIPS: OCTEON: Remove some unused OCTEON_IRQ_* definitions.
  2012-06-07 19:52 [PATCH 2/3] MIPS: OCTEON: Remove some unused OCTEON_IRQ_* definitions David Daney
@ 2012-06-07 20:10 ` David Daney
  0 siblings, 0 replies; 2+ messages in thread
From: David Daney @ 2012-06-07 20:10 UTC (permalink / raw)
  To: David Daney; +Cc: linux-mips@linux-mips.org, ralf@linux-mips.org

Drat!  I missed one.

Sending a new patch.

David Daney


On 06/07/2012 12:52 PM, David Daney wrote:
> From: David Daney<david.daney@cavium.com>
>
> These are now unused.  Remove them.
>
> Signed-off-by: David Daney<david.daney@cavium.com>
> ---
>   arch/mips/include/asm/mach-cavium-octeon/irq.h |    7 -------
>   1 files changed, 0 insertions(+), 7 deletions(-)
>
> diff --git a/arch/mips/include/asm/mach-cavium-octeon/irq.h b/arch/mips/include/asm/mach-cavium-octeon/irq.h
> index 4189920..0a47c9f 100644
> --- a/arch/mips/include/asm/mach-cavium-octeon/irq.h
> +++ b/arch/mips/include/asm/mach-cavium-octeon/irq.h
> @@ -26,9 +26,6 @@ enum octeon_irq {
>   	OCTEON_IRQ_WDOG15 = OCTEON_IRQ_WDOG0 + 15,
>   	OCTEON_IRQ_MBOX0 = OCTEON_IRQ_WDOG0 + 16,
>   	OCTEON_IRQ_MBOX1,
> -	OCTEON_IRQ_UART0,
> -	OCTEON_IRQ_UART1,
> -	OCTEON_IRQ_UART2,
>   	OCTEON_IRQ_PCI_INT0,
>   	OCTEON_IRQ_PCI_INT1,
>   	OCTEON_IRQ_PCI_INT2,
> @@ -38,8 +35,6 @@ enum octeon_irq {
>   	OCTEON_IRQ_PCI_MSI2,
>   	OCTEON_IRQ_PCI_MSI3,
>
> -	OCTEON_IRQ_TWSI,
> -	OCTEON_IRQ_TWSI2,
>   	OCTEON_IRQ_RML,
>   	OCTEON_IRQ_TIMER0,
>   	OCTEON_IRQ_TIMER1,
> @@ -47,8 +42,6 @@ enum octeon_irq {
>   	OCTEON_IRQ_TIMER3,
>   	OCTEON_IRQ_USB0,
>   	OCTEON_IRQ_USB1,
> -	OCTEON_IRQ_MII0,
> -	OCTEON_IRQ_MII1,
>   	OCTEON_IRQ_BOOTDMA,
>   #ifndef CONFIG_PCI_MSI
>   	OCTEON_IRQ_LAST = 127

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

end of thread, other threads:[~2012-06-07 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-07 19:52 [PATCH 2/3] MIPS: OCTEON: Remove some unused OCTEON_IRQ_* definitions David Daney
2012-06-07 20:10 ` David Daney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.