mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
powerpc: Remove unnecessary prototype.
This crept in with the interrupt rework back in 2019.
This commit is contained in:
parent
700f7e793b
commit
edfccce309
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue