aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pst
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:58:12 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:58:12 +0000
commited67e0760a51918bc29eecc5ab45158ef7ab2ad1 (patch)
treee14bbe968dacb5dd1eccc83a001709e50770f01c /sys/dev/pst
parent232fcd1b625154592d9d2b1e7baad89c8e0e4dd9 (diff)
Notes
Diffstat (limited to 'sys/dev/pst')
-rw-r--r--sys/dev/pst/pst-pci.c1
-rw-r--r--sys/dev/pst/pst-raid.c2
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,