diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-07-25 13:50:50 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-07-25 13:50:50 +0000 |
commit | d5084a2b454e6c9fa9064e1352139f62e63db6f6 (patch) | |
tree | 6d0ae0b75f01bca3723cc8de742ef23174d30c36 /sys/dev | |
parent | 20c506c8cca3477fa8d4a8555b86fbf66f0a2524 (diff) |
Nuke unused struct scsi_link member of struct wd33c93_softc.
SGI compile tests by visa@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/wd33c93var.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/wd33c93var.h b/sys/dev/ic/wd33c93var.h index 5f8e57bbc88..e54a9fd7232 100644 --- a/sys/dev/ic/wd33c93var.h +++ b/sys/dev/ic/wd33c93var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wd33c93var.h,v 1.2 2014/06/27 17:51:08 miod Exp $ */ +/* $OpenBSD: wd33c93var.h,v 1.3 2020/07/25 13:50:49 krw Exp $ */ /* $NetBSD: wd33c93var.h,v 1.10 2009/05/12 14:25:18 cegger Exp $ */ /* @@ -120,7 +120,6 @@ struct wd33c93_softc { struct device sc_dev; struct timeout sc_watchdog; - struct scsi_link sc_link; void *sc_driver; /* driver specific field */ int target; /* Currently active target */ |