]> Pileus Git - ~andy/linux/commit
ARM: sunxi: Remove init_irq declaration in machine description
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 18 Apr 2013 20:08:50 +0000 (22:08 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 15 May 2013 08:54:20 +0000 (10:54 +0200)
commitcaf77a7130e4324660ab2a185e7321aa3e655354
treea0815144bb809573095e9fd37bf6f8a4d2e9993d
parentf722406faae2d073cc1d01063d1123c35425939e
ARM: sunxi: Remove init_irq declaration in machine description

Commit ebafed7a ("ARM: irq: Call irqchip_init if no init_irq function is
specified") removed the need to explictly setup the init_irq field in
the machine description when using only irqchip_init. Remove that
declaration for sunxi as well.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/mach-sunxi/sunxi.c