summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr/amrvar.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2012-08-31 09:42:46 +0000
committerscottl <scottl@FreeBSD.org>2012-08-31 09:42:46 +0000
commit8a0591e0dca9ef422328ee2546f4c3a48ac5b6a4 (patch)
tree992a9a4541c53c2ae2dba33bc314c565c89e9567 /sys/dev/amr/amrvar.h
parent80a343862a4ea0780552d7aaf07a17911476ccd8 (diff)
downloadFreeBSD-src-8a0591e0dca9ef422328ee2546f4c3a48ac5b6a4.zip
FreeBSD-src-8a0591e0dca9ef422328ee2546f4c3a48ac5b6a4.tar.gz
Essentially revert r239912. The amr_periodic function hadn't been armed in
over 10 years and was dead code; the previous revision exposed it as such to CLANG. The solution is to cull the whole thing.
Diffstat (limited to 'sys/dev/amr/amrvar.h')
-rw-r--r--sys/dev/amr/amrvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/amr/amrvar.h b/sys/dev/amr/amrvar.h
index aff5ddb..7167839 100644
--- a/sys/dev/amr/amrvar.h
+++ b/sys/dev/amr/amrvar.h
@@ -256,7 +256,6 @@ struct amr_softc
device_t amr_pass;
int (*amr_cam_command)(struct amr_softc *sc, struct amr_command **acp);
struct intr_config_hook amr_ich; /* wait-for-interrupts probe hook */
- struct callout amr_timeout; /* periodic status check */
int amr_allow_vol_config;
int amr_linux_no_adapters;
int amr_ld_del_supported;
OpenPOWER on IntegriCloud