linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: BCM2835: Drop the init_irq() hook.
@ 2015-04-24 19:08 Eric Anholt
  2015-04-24 19:08 ` [PATCH 2/2] ARM: BCM2835: Move the restart/power_off handling to the WDT driver Eric Anholt
  2015-04-27 18:29 ` [PATCH 1/2] ARM: BCM2835: Drop the init_irq() hook Lee Jones
  0 siblings, 2 replies; 22+ messages in thread
From: Eric Anholt @ 2015-04-24 19:08 UTC (permalink / raw)
  To: linux-arm-kernel

This is the default function that gets called if the hook is NULL.

Signed-off-by: Eric Anholt <eric@anholt.net>
---
 arch/arm/mach-bcm/board_bcm2835.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-bcm/board_bcm2835.c b/arch/arm/mach-bcm/board_bcm2835.c
index 9851ee8..49dd5b0 100644
--- a/arch/arm/mach-bcm/board_bcm2835.c
+++ b/arch/arm/mach-bcm/board_bcm2835.c
@@ -113,7 +113,6 @@ static const char * const bcm2835_compat[] = {
 };
 
 DT_MACHINE_START(BCM2835, "BCM2835")
-	.init_irq = irqchip_init,
 	.init_machine = bcm2835_init,
 	.restart = bcm2835_restart,
 	.dt_compat = bcm2835_compat
-- 
2.1.4

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

end of thread, other threads:[~2015-04-29  6:45 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-24 19:08 [PATCH 1/2] ARM: BCM2835: Drop the init_irq() hook Eric Anholt
2015-04-24 19:08 ` [PATCH 2/2] ARM: BCM2835: Move the restart/power_off handling to the WDT driver Eric Anholt
2015-04-24 19:32   ` Pranith Kumar
2015-04-25  4:39   ` Stephen Warren
2015-04-25 20:11   ` Arnd Bergmann
2015-04-26 15:35     ` Guenter Roeck
2015-04-27  9:18       ` Arnd Bergmann
2015-04-27 12:44         ` Guenter Roeck
2015-04-27 12:48           ` Arnd Bergmann
2015-04-27 13:28             ` Guenter Roeck
2015-04-27 13:32               ` Arnd Bergmann
2015-04-27 12:58   ` Lubomir Rintel
2015-04-27 16:04   ` Guenter Roeck
2015-04-27 16:05     ` Guenter Roeck
2015-04-27 23:12       ` Eric Anholt
2015-04-28  1:39         ` Guenter Roeck
2015-04-28  9:22           ` Lee Jones
2015-04-28 19:38           ` Eric Anholt
2015-04-27 18:28   ` Lee Jones
2015-04-29  2:35   ` [2/2] " Guenter Roeck
2015-04-29  6:45   ` [PATCH 2/2] " Lee Jones
2015-04-27 18:29 ` [PATCH 1/2] ARM: BCM2835: Drop the init_irq() hook Lee Jones

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