summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/pc/pci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/9/pc/pci.c b/sys/src/9/pc/pci.c
index e19608269..ac9e6e91e 100644
--- a/sys/src/9/pc/pci.c
+++ b/sys/src/9/pc/pci.c
@@ -1454,9 +1454,8 @@ enumcaps(Pcidev *p, int (*fmatch)(Pcidev*, int, int, int), int arg)
}
static int
-matchcap(Pcidev *p, int cap, int off, int arg)
+matchcap(Pcidev *, int cap, int, int arg)
{
- USED(off);
return cap != arg;
}