diff options
author | 2020-09-23 15:24:16 +0000 | |
---|---|---|
committer | 2020-09-23 15:24:16 +0000 | |
commit | 5c6e2d252746457f9911b0a3bd146b3a1dcd098a (patch) | |
tree | 63bcbbd23249e4c4520515fa6d3aa96d8ca0e023 | |
parent | shuffle "extern int cpu_pae" into cpu.h, as the number of users will soon (diff) | |
download | wireguard-openbsd-5c6e2d252746457f9911b0a3bd146b3a1dcd098a.tar.xz wireguard-openbsd-5c6e2d252746457f9911b0a3bd146b3a1dcd098a.zip |
Remove 'void *sc_sdhook' member of sd_softc.
Unused since mpi@ removed sd_shutdown() in 2014.
-rw-r--r-- | sys/scsi/sdvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/sdvar.h b/sys/scsi/sdvar.h index 8439f54f3f4..3cd4a202796 100644 --- a/sys/scsi/sdvar.h +++ b/sys/scsi/sdvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sdvar.h,v 1.51 2020/08/28 15:18:14 krw Exp $ */ +/* $OpenBSD: sdvar.h,v 1.52 2020/09/23 15:24:16 krw Exp $ */ /* $NetBSD: sdvar.h,v 1.7 1998/08/17 00:49:03 mycroft Exp $ */ /*- @@ -70,7 +70,6 @@ struct sd_softc { u_int32_t unmap_sectors; /* maximum sectors/unmap */ u_int32_t unmap_descs; /* maximum descriptors/unmap */ } params; - void *sc_sdhook; /* our shutdown hook */ struct scsi_xshandler sc_xsh; }; |