From 530a4c5af643ade67d2e5deb91692fa07382db46 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Fri, 13 Jul 2018 22:49:48 +0000 Subject: Re-unbreak smartpqi(4) GCC build Like r333085, remove redundant declarations. Redundant declarations were re-introduced in r336201. Sponsored by: Dell EMC Isilon --- sys/dev/smartpqi/smartpqi_main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/dev/smartpqi/smartpqi_main.c') 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. */ -- cgit v1.2.3