Redundant parenthesis from r298431.

This commit is contained in:
Pedro F. Giffuni 2016-04-21 19:48:28 +00:00
parent 323b076e9c
commit 5977d3e898
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298432

View File

@ -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[] = {