Remove now unused *shutdown_hook from softc.
This commit is contained in:
parent
ffdf6c036a
commit
d0cad2b04e
|
@ -1071,7 +1071,6 @@ struct ahd_softc {
|
|||
bus_space_tag_t tags[2];
|
||||
bus_space_handle_t bshs[2];
|
||||
|
||||
void *shutdown_hook;
|
||||
struct scb_data scb_data;
|
||||
|
||||
struct hardware_scb *next_queued_hscb;
|
||||
|
|
Loading…
Reference in New Issue