diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-07-22 13:16:06 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-07-22 13:16:06 +0000 |
commit | c589064b89c824ccb7a03192ad98155660f458b6 (patch) | |
tree | 7fec8488be347306b66d2ac8f28e33badd97e7da /sys/dev/softraidvar.h | |
parent | 0cad2b7986f1efdf668b4d61fb12d2770a16adb3 (diff) |
Nuke unused struct scsi_link members of adapter softc's where the
driver successfully compiles on one or more of amd64, i386, hppa.
Diffstat (limited to 'sys/dev/softraidvar.h')
-rw-r--r-- | sys/dev/softraidvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/softraidvar.h b/sys/dev/softraidvar.h index 0ac90d16d1a..54909577ab7 100644 --- a/sys/dev/softraidvar.h +++ b/sys/dev/softraidvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: softraidvar.h,v 1.170 2020/02/13 15:11:32 krw Exp $ */ +/* $OpenBSD: softraidvar.h,v 1.171 2020/07/22 13:16:04 krw Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> @@ -625,7 +625,6 @@ struct sr_softc { struct ksensordev sc_sensordev; struct sensor_task *sc_sensor_task; - struct scsi_link sc_link; /* scsi prototype link */ struct scsibus_softc *sc_scsibus; /* The target lookup has to be cheap since it happens for each I/O. */ |