]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit71c518a89306faae951140cc51342bc287a83e02
tree77c293bb74ba04a8e6fd12d64d5ff43a360133d2
parent17151018683f1f30beab16de82cce5c2bcd16c91
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