]> git.karo-electronics.de Git - karo-tx-linux.git/commit
irqchip: Add irqchip_init dummy function
authorBastian Hecht <hechtb@gmail.com>
Wed, 8 May 2013 13:20:04 +0000 (15:20 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 9 May 2013 03:42:53 +0000 (12:42 +0900)
commit1923074aa2266c47dfb24e9a4e604b302ebe2666
treeb57e41e3e7b55ebe2efabd8a2f0ef0acb85927dc
parente42a73116cffb8cf5e945d6c676d157c84d43cce
irqchip: Add irqchip_init dummy function

We add an empty irqchip_init dummy function for cases in which
CONFIG_IRQCHIP is not used. In these cases irqchip.c is not compiled,
but a funtion call may still be present in architecture code, that in
runtime doesn't get hit.

E.g. this is needed in the arch/arm/mach-shmobile/intc-r8a7740.c
interrupt setup code where OF use and non OF us is both handled in one
file.

Signed-off-by: Bastian Hecht <hechtb+renesas@gmail.com>
[horms+renesas@verge.net.au: Make non-CONFIG_IRQCHIP version static inline
 and remove trailing ';'.]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
include/linux/irqchip.h