Kill unused shutdown hook pointers.
authormpi <mpi@openbsd.org>
Wed, 9 Jul 2014 12:56:28 +0000 (12:56 +0000)
committermpi <mpi@openbsd.org>
Wed, 9 Jul 2014 12:56:28 +0000 (12:56 +0000)
ok miod@, deraadt@, tedu@

sys/arch/octeon/dev/if_cnmacvar.h
sys/dev/ata/wdvar.h
sys/dev/ic/aic79xx.h
sys/dev/ic/aic7xxxvar.h

index 6b6fdf1..7d71fa5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_cnmacvar.h,v 1.3 2013/09/16 20:52:14 jmatthew Exp $        */
+/*     $OpenBSD: if_cnmacvar.h,v 1.4 2014/07/09 12:56:28 mpi Exp $     */
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -72,8 +72,6 @@ struct octeon_eth_softc {
        struct arpcom           sc_arpcom;
        struct mii_data         sc_mii;
 
-       void                    *sc_sdhook;
-
        struct timeout          sc_tick_misc_ch;
        struct timeout          sc_tick_free_ch;
        struct timeout          sc_resume_ch;
index 5196a8a..8ac3680 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: wdvar.h,v 1.20 2013/06/11 16:42:14 deraadt Exp $      */
+/*     $OpenBSD: wdvar.h,v 1.21 2014/07/09 12:56:28 mpi Exp $  */
 /*     $NetBSD: wdvar.h,v 1.3 1998/11/11 19:38:27 bouyer Exp $ */
 
 /*
@@ -87,7 +87,6 @@ struct wd_softc {
        int sectors;
        int retries; /* number of xfer retry */
        struct timeout sc_restart_timeout;
-       void *sc_sdhook;
 };
 
 /* drive states stored in ata_drive_datas */
index a3578cd..c07e40c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: aic79xx.h,v 1.22 2012/02/24 06:19:00 guenther Exp $   */
+/*     $OpenBSD: aic79xx.h,v 1.23 2014/07/09 12:56:28 mpi Exp $        */
 
 /*
  * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom
@@ -1105,7 +1105,6 @@ struct ahd_softc {
 #ifndef __linux__
        bus_dma_tag_t             buffer_dmat;   /* dmat for buffer I/O */
 #endif
-       void                    *shutdown_hook;
        struct scb_data         scb_data;
 
        struct hardware_scb      *next_queued_hscb;
index d386a0d..ee58bd6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: aic7xxxvar.h,v 1.25 2012/02/24 06:19:00 guenther Exp $        */
+/*     $OpenBSD: aic7xxxvar.h,v 1.26 2014/07/09 12:56:28 mpi Exp $     */
 /*
  * Core definitions and data structures shareable across OS platforms.
  *
@@ -38,7 +38,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGES.
  *
- * $Id: aic7xxxvar.h,v 1.25 2012/02/24 06:19:00 guenther Exp $
+ * $Id: aic7xxxvar.h,v 1.26 2014/07/09 12:56:28 mpi Exp $
  *
  * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.h,v 1.50 2003/12/17 00:02:09 gibbs Exp $
  */
@@ -1142,8 +1142,6 @@ struct ahc_softc {
        uint16_t                  user_tagenable;/* Tagged Queuing allowed */
 
        struct ahc_pci_busdata    *bd;
-
-       void                      *shutdown_hook;
 };
 
 TAILQ_HEAD(ahc_softc_tailq, ahc_softc);