remove unused wi_usb_cd, wi at usb uses wi_cd
authorjsg <jsg@openbsd.org>
Sun, 6 Oct 2024 01:28:39 +0000 (01:28 +0000)
committerjsg <jsg@openbsd.org>
Sun, 6 Oct 2024 01:28:39 +0000 (01:28 +0000)
sys/dev/usb/if_wi_usb.c

index ec80211..a1a71f3 100644 (file)
@@ -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
 };