mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Remove a spurious blank line.
- Add a missing static keyword.
This commit is contained in:
parent
175af5d978
commit
96025496cf
1 changed files with 1 additions and 2 deletions
|
|
@ -112,7 +112,6 @@ struct ioapic {
|
|||
struct ioapic_intsrc io_pins[0];
|
||||
};
|
||||
|
||||
|
||||
static u_int ioapic_read(volatile ioapic_t *apic, int reg);
|
||||
static void ioapic_write(volatile ioapic_t *apic, int reg, u_int val);
|
||||
static void ioapic_enable_source(struct intsrc *isrc);
|
||||
|
|
@ -726,7 +725,7 @@ SYSINIT(ioapic_destinations, SI_SUB_SMP, SI_ORDER_SECOND,
|
|||
* that IRQ instead.
|
||||
*/
|
||||
|
||||
void
|
||||
static void
|
||||
ioapic_setup_mixed_mode(struct ioapic_intsrc *intpin)
|
||||
{
|
||||
struct ioapic_intsrc *extint;
|
||||
|
|
|
|||
Loading…
Reference in a new issue