summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic79xx.h
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2014-07-09 12:56:29 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2014-07-09 12:56:29 +0000
commit9d6e49c32728d84d40b35c129f648bdf82133b7b (patch)
treeb037ac9356db4fc7ab2fae3003b14f43e3ff5514 /sys/dev/ic/aic79xx.h
parent5dc68cb0372f3fe4aebed8b6ae127900c177f3f8 (diff)
Kill unused shutdown hook pointers.
ok miod@, deraadt@, tedu@
Diffstat (limited to 'sys/dev/ic/aic79xx.h')
-rw-r--r--sys/dev/ic/aic79xx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/aic79xx.h b/sys/dev/ic/aic79xx.h
index a3578cd4d1e..c07e40c8e24 100644
--- a/sys/dev/ic/aic79xx.h
+++ b/sys/dev/ic/aic79xx.h
@@ -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;