of/irq: make of_irq_find_parent static
authorJonas Gorski <jogo@openwrt.org>
Mon, 12 Oct 2015 12:43:23 +0000 (14:43 +0200)
committerRob Herring <robh@kernel.org>
Tue, 13 Oct 2015 18:34:32 +0000 (13:34 -0500)
commit52493d446141b07c8ba28dd6a529513f8b2342bd
tree77c293bb74ba04a8e6fd12d64d5ff43a360133d2
parentf9f9f11dcf0f3b757b282ce7cefea8696212a422
of/irq: make of_irq_find_parent static

of_irq_find_parent has no users outside of of_irq.c, so it does not make
sense to expose it in of_irq.h. Therefore remove the prototype and dummy
implmeentation and make the function static instead.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/irq.c
include/linux/of_irq.h