diff options
| -rw-r--r-- | sys/dev/pst/pst-pci.c | 1 | ||||
| -rw-r--r-- | sys/dev/pst/pst-raid.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pst/pst-pci.c b/sys/dev/pst/pst-pci.c index 0a09e1de79f3..631f3f64cae1 100644 --- a/sys/dev/pst/pst-pci.c +++ b/sys/dev/pst/pst-pci.c @@ -116,7 +116,6 @@ iop_pci_detach(device_t dev) return (0); } - static device_method_t pst_pci_methods[] = { DEVMETHOD(device_probe, iop_pci_probe), DEVMETHOD(device_attach, iop_pci_attach), diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c index eda4dd4022f6..809a389c76bc 100644 --- a/sys/dev/pst/pst-raid.c +++ b/sys/dev/pst/pst-raid.c @@ -365,7 +365,7 @@ static device_method_t pst_methods[] = { DEVMETHOD(device_attach, pst_attach), { 0, 0 } }; - + static driver_t pst_driver = { "pst", pst_methods, |
