summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-01-09 03:32:40 +0000
committermsmith <msmith@FreeBSD.org>2002-01-09 03:32:40 +0000
commitd41e8aa9b7dd5cb133cc085cf10891aa5dfce6f4 (patch)
treec2da036ae6bdd4092ab54976ec86dda4e541b152 /sys/dev/aac/aac_pci.c
parent4b04cada9319ee4ce88335eead3bb690bfb630bc (diff)
downloadFreeBSD-src-d41e8aa9b7dd5cb133cc085cf10891aa5dfce6f4.zip
FreeBSD-src-d41e8aa9b7dd5cb133cc085cf10891aa5dfce6f4.tar.gz
Staticise the aac devclass.
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index acaf6a4..c5d9dc6 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -79,6 +79,8 @@ static driver_t aac_pci_driver = {
sizeof(struct aac_softc)
};
+static devclass_t aac_devclass;
+
DRIVER_MODULE(aac, pci, aac_pci_driver, aac_devclass, 0, 0);
struct aac_ident
OpenPOWER on IntegriCloud