]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit19c24eb7f90fdbf96f979e651a49d40910561648
tree5146a38c6eda3f9f4ccec13d9bed5b21b1b04746
parent181c624ca55649100de27e19c5f8115292158070
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