ARM: 7236/1: vic: always use simple ops
authorJamie Iles <jamie@jamieiles.com>
Wed, 14 Dec 2011 22:43:17 +0000 (23:43 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 3 Jan 2012 15:17:29 +0000 (15:17 +0000)
commit9f9df00accb343f61a5782904af10366a18ebb5a
tree5146a38c6eda3f9f4ccec13d9bed5b21b1b04746
parentc87fb57346fc7653ace98769f148e0dcd88ac1ee
ARM: 7236/1: vic: always use simple ops

Now that irq_domain_simple_ops are available for non-DT users, use them
in the VIC driver so that we don't get a NULL dereference in
irq_domain_to_irq() when registering the domain.

Cc: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/vic.c