]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
irqchip/ath79-cpu: Remove unused function
authorRosen Penev <rosenp@gmail.com>
Wed, 6 May 2026 08:55:22 +0000 (01:55 -0700)
committerThomas Gleixner <tglx@kernel.org>
Mon, 11 May 2026 13:06:47 +0000 (15:06 +0200)
commit0fa10fb77069fb67aa51384868ef3702b7791465
tree47fcabb25803ba70825ac6bf7d7f9c3aea33ad31
parent512718bbc51b851140380b7068ec7365bd039cba
irqchip/ath79-cpu: Remove unused function

ath79_cpu_irq_init() was part of the legacy pre-OF code that got removed a
while back.

Remove it to get rid of a missing prototype warning, reported by the kernel test
robot.

[ tglx: Fix the subject prefix. Sigh ... ]

Fixes: 51fa4f8912c0 ("MIPS: ath79: drop legacy IRQ code")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260506085522.1210143-1-rosenp@gmail.com
Closes: https://lore.kernel.org/oe-kbuild-all/202412011509.kGQkDr1y-lkp@intel.com/
drivers/irqchip/irq-ath79-cpu.c