soc: fsl: qe: remove unused qe_ic_from_irq function
authorTom Rix <trix@redhat.com>
Mon, 20 Mar 2023 12:52:02 +0000 (08:52 -0400)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 9 May 2025 14:26:58 +0000 (16:26 +0200)
commitd47f1233374597c348696c3da2142cc92a36fc90
tree544ff4611c87b60a35432af79aa83c62fcc22108
parent47cbd5d8693d4245997a1d6f96b158c6f6d68cf7
soc: fsl: qe: remove unused qe_ic_from_irq function

clang with W=1 reports
drivers/soc/fsl/qe/qe_ic.c:235:29: error: unused function  'qe_ic_from_irq' [-Werror,-Wunused-function]

The use of this function was removed with
commit d7c2878cfcfa ("soc: fsl: qe: remove unused qe_ic_set_* functions")

Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/20230320125202.1721775-1-trix@redhat.com
Link: https://lore.kernel.org/all/1619002613-18216-1-git-send-email-jiapeng.chong@linux.alibaba.com/
[krzk: Adjust commit msg]
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/soc/fsl/qe/qe_ic.c