From 5977d3e898348ce714243a4189cee906151aa522 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Thu, 21 Apr 2016 19:48:28 +0000 Subject: [PATCH] Redundant parenthesis from r298431. --- sys/dev/aic/aic_isa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/aic/aic_isa.c b/sys/dev/aic/aic_isa.c index a1343120f72..5d4b08b65f2 100644 --- a/sys/dev/aic/aic_isa.c +++ b/sys/dev/aic/aic_isa.c @@ -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[] = {