Remove unused *sd_scsibus_dev member from struct sr_discipline
authorkn <kn@openbsd.org>
Mon, 19 Dec 2022 15:27:06 +0000 (15:27 +0000)
committerkn <kn@openbsd.org>
Mon, 19 Dec 2022 15:27:06 +0000 (15:27 +0000)
Under _KERNEL, dead since 2011 r1.100
    Simplify softraid(4) to behave like other HBAs [...]

OK krw

sys/dev/softraidvar.h

index d29ca07..fabaa0c 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: softraidvar.h,v 1.175 2022/12/19 08:16:36 kn Exp $ */
+/* $OpenBSD: softraidvar.h,v 1.176 2022/12/19 15:27:06 kn Exp $ */
 /*
  * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
  * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org>
@@ -563,8 +563,6 @@ struct sr_discipline {
 
        int                     sd_deleted;
 
-       struct device           *sd_scsibus_dev;
-
        /* discipline volume */
        struct sr_volume        sd_vol;         /* volume associated */
        int                     sd_vol_status;  /* runtime vol status */