]> 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)
commitc8859f0d515f7bc0f02cad290e3b37edc984e457
tree77c293bb74ba04a8e6fd12d64d5ff43a360133d2
parent9cf25b207f20c862c9279defe27254911069b671
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