diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-06 01:28:40 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-06 01:28:40 +0000 |
commit | 481d753886a5e430bf03c6e33ddf680c48c13389 (patch) | |
tree | 86a99884a516b8bbb714add88170fc2cf402c017 /sys | |
parent | 67a146f5fc0c84da21ed06fc529e1e2df544b329 (diff) |
remove unused wi_usb_cd, wi at usb uses wi_cd
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_wi_usb.c | 6 |
1 files changed, 1 insertions, 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 }; |