diff options
author | msmith <msmith@FreeBSD.org> | 2002-01-08 06:47:02 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2002-01-08 06:47:02 +0000 |
commit | e868bf2df8918addff6d6a00b20bdaf6d6fcf306 (patch) | |
tree | bf81d9ce7ab083d49d25dd29d108037154a92df3 /sys/dev/amr/amr_pci.c | |
parent | a855b09ad999235f62fe29261a98fd8b6773a73d (diff) | |
download | FreeBSD-src-e868bf2df8918addff6d6a00b20bdaf6d6fcf306.zip FreeBSD-src-e868bf2df8918addff6d6a00b20bdaf6d6fcf306.tar.gz |
Staticise the amr devclass.
Diffstat (limited to 'sys/dev/amr/amr_pci.c')
-rw-r--r-- | sys/dev/amr/amr_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c index e98ca4b..7f21151 100644 --- a/sys/dev/amr/amr_pci.c +++ b/sys/dev/amr/amr_pci.c @@ -83,7 +83,7 @@ static driver_t amr_pci_driver = { sizeof(struct amr_softc) }; -devclass_t amr_devclass; +static devclass_t amr_devclass; DRIVER_MODULE(amr, pci, amr_pci_driver, amr_devclass, 0, 0); static struct |