]> 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)
commitfe4ad879815d8ab82cf5c692958973f480f99753
tree5146a38c6eda3f9f4ccec13d9bed5b21b1b04746
parent3bd691fe6998fa9e9df3078063e752917ebcc333
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