powerpc: Remove unnecessary prototype.

This crept in with the interrupt rework back in 2019.
This commit is contained in:
Justin Hibbits 2024-11-27 14:41:45 -05:00
parent 700f7e793b
commit edfccce309

View file

@ -221,7 +221,6 @@ intrcnt_add(const char *name, u_long **countp)
intrcnt_setname(name, idx);
}
extern void kdb_backtrace(void);
static struct powerpc_intr *
intr_lookup(u_int irq)
{