aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smartpqi/smartpqi_main.c
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2018-07-13 22:49:48 +0000
committerConrad Meyer <cem@FreeBSD.org>2018-07-13 22:49:48 +0000
commit530a4c5af643ade67d2e5deb91692fa07382db46 (patch)
treecae90e32bed49642a4d0abc4ddb29c34f6b5053a /sys/dev/smartpqi/smartpqi_main.c
parent95ab076d6efe3ab0e23032574a58cdba27569930 (diff)
downloadsrc-530a4c5af643ade67d2e5deb91692fa07382db46.tar.gz
src-530a4c5af643ade67d2e5deb91692fa07382db46.zip
Re-unbreak smartpqi(4) GCC build
Like r333085, remove redundant declarations. Redundant declarations were re-introduced in r336201. Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=336268
Diffstat (limited to 'sys/dev/smartpqi/smartpqi_main.c')
-rw-r--r--sys/dev/smartpqi/smartpqi_main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/smartpqi/smartpqi_main.c b/sys/dev/smartpqi/smartpqi_main.c
index fe0ed051c409..6b32abedd9b2 100644
--- a/sys/dev/smartpqi/smartpqi_main.c
+++ b/sys/dev/smartpqi/smartpqi_main.c
@@ -482,12 +482,6 @@ smartpqi_shutdown(void *arg)
return rval;
}
-static int smartpqi_probe(device_t dev);
-static int smartpqi_attach(device_t dev);
-static int smartpqi_detach(device_t dev);
-static int smartpqi_suspend(device_t dev);
-static int smartpqi_resume(device_t dev);
-
/*
* PCI bus interface.
*/