ok?

Index: dev/ata/wdvar.h
===================================================================
RCS file: /cvs/src/sys/dev/ata/wdvar.h,v
retrieving revision 1.20
diff -u -p -r1.20 wdvar.h
--- dev/ata/wdvar.h     11 Jun 2013 16:42:14 -0000      1.20
+++ dev/ata/wdvar.h     9 Jul 2014 10:52:35 -0000
@@ -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: dev/ic/aic79xx.h
===================================================================
RCS file: /cvs/src/sys/dev/ic/aic79xx.h,v
retrieving revision 1.22
diff -u -p -r1.22 aic79xx.h
--- dev/ic/aic79xx.h    24 Feb 2012 06:19:00 -0000      1.22
+++ dev/ic/aic79xx.h    9 Jul 2014 10:52:35 -0000
@@ -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: dev/ic/aic7xxxvar.h
===================================================================
RCS file: /cvs/src/sys/dev/ic/aic7xxxvar.h,v
retrieving revision 1.25
diff -u -p -r1.25 aic7xxxvar.h
--- dev/ic/aic7xxxvar.h 24 Feb 2012 06:19:00 -0000      1.25
+++ dev/ic/aic7xxxvar.h 9 Jul 2014 10:52:35 -0000
@@ -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);
Index: arch/octeon/dev/if_cnmacvar.h
===================================================================
RCS file: /cvs/src/sys/arch/octeon/dev/if_cnmacvar.h,v
retrieving revision 1.3
diff -u -p -r1.3 if_cnmacvar.h
--- arch/octeon/dev/if_cnmacvar.h       16 Sep 2013 20:52:14 -0000      1.3
+++ arch/octeon/dev/if_cnmacvar.h       9 Jul 2014 10:52:35 -0000
@@ -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;

Reply via email to