Le 09/05/2025 à 16:28, Krzysztof Kozlowski a écrit : > > On Mon, 20 Mar 2023 08:52:02 -0400, Tom Rix wrote: >> clang with W=1 reports >> drivers/soc/fsl/qe/qe_ic.c:235:29: error: unused function >> 'qe_ic_from_irq' [-Werror,-Wunused-function] >> static inline struct qe_ic *qe_ic_from_irq(unsigned int virq) >> ^ >> The use of this function was removed with >> commit d7c2878cfcfa ("soc: fsl: qe: remove unused qe_ic_set_* functions") >> >> [...] > > > Commit from 2021: > https://lore.kernel.org/all/1619002613-18216-1-git-send-email-jiapeng.ch...@linux.alibaba.com/ > > did not apply, but this applies. > > I am annoying hitting this warning on every W=1 build, so:
Acked-by: Christophe Leroy <christophe.le...@csgroup.eu> > > Applied, thanks! > > [1/1] soc: fsl: qe: remove unused qe_ic_from_irq function > > https://git.kernel.org/krzk/linux-dt/c/d47f1233374597c348696c3da2142cc92a36fc90 > > Best regards,