mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Redundant parenthesis from r298431.
This commit is contained in:
parent
323b076e9c
commit
5977d3e898
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@ static int aic_isa_probe(device_t);
|
|||
static int aic_isa_attach(device_t);
|
||||
|
||||
static u_int aic_isa_ports[] = { 0x340, 0x140 };
|
||||
#define AIC_ISA_NUMPORTS (nitems(aic_isa_ports))
|
||||
|
||||
#define AIC_ISA_NUMPORTS nitems(aic_isa_ports)
|
||||
#define AIC_ISA_PORTSIZE 0x20
|
||||
|
||||
static struct isa_pnp_id aic_ids[] = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue