aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc/puc_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/puc/puc_pci.c')
-rw-r--r--sys/dev/puc/puc_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c
index f0c6aa81dde4..012a16dc9e9b 100644
--- a/sys/dev/puc/puc_pci.c
+++ b/sys/dev/puc/puc_pci.c
@@ -200,4 +200,4 @@ static driver_t puc_pci_driver = {
DRIVER_MODULE(puc, pci, puc_pci_driver, puc_devclass, 0, 0);
MODULE_PNP_INFO("U16:vendor;U16:device;U16:#;U16:#;D:#", pci, puc,
- puc_pci_devices, sizeof(puc_pci_devices[0]), nitems(puc_pci_devices) - 1);
+ puc_pci_devices, nitems(puc_pci_devices) - 1);