From 3a81c204e44cbb44e74088ec033199253a4c489c Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 6 Oct 2024 01:28:39 +0000 Subject: [PATCH] remove unused wi_usb_cd, wi at usb uses wi_cd --- sys/dev/usb/if_wi_usb.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/dev/usb/if_wi_usb.c b/sys/dev/usb/if_wi_usb.c index ec80211c655..a1a71f36041 100644 --- a/sys/dev/usb/if_wi_usb.c +++ b/sys/dev/usb/if_wi_usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_usb.c,v 1.77 2024/05/23 03:21:09 jsg Exp $ */ +/* $OpenBSD: if_wi_usb.c,v 1.78 2024/10/06 01:28:39 jsg Exp $ */ /* * Copyright (c) 2003 Dale Rahn. All rights reserved. @@ -246,10 +246,6 @@ int wi_usb_match(struct device *, void *, void *); void wi_usb_attach(struct device *, struct device *, void *); int wi_usb_detach(struct device *, int); -struct cfdriver wi_usb_cd = { - NULL, "wi_usb", DV_IFNET -}; - const struct cfattach wi_usb_ca = { sizeof(struct wi_usb_softc), wi_usb_match, wi_usb_attach, wi_usb_detach }; -- 2.20.1