Module Name: src
Committed By: tsutsui
Date: Thu Sep 3 14:55:29 UTC 2009
Modified Files:
src/sys/dev/ic: aic79xxvar.h
Log Message:
Remove now unused *shutdown_hook from softc.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/ic/aic79xxvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/aic79xxvar.h
diff -u src/sys/dev/ic/aic79xxvar.h:1.25 src/sys/dev/ic/aic79xxvar.h:1.26
--- src/sys/dev/ic/aic79xxvar.h:1.25 Wed Sep 2 17:08:12 2009
+++ src/sys/dev/ic/aic79xxvar.h Thu Sep 3 14:55:29 2009
@@ -1071,7 +1071,6 @@
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;