From 0831e5ae6181e7671a2cdaf8586c2752f447b66e Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 12 May 2024 08:44:09 +0000 Subject: [PATCH] rtw_host_rfio was removed in 2007 --- sys/dev/ic/rtwvar.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/dev/ic/rtwvar.h b/sys/dev/ic/rtwvar.h index 1e9e13367da..c2c2a85c2fb 100644 --- a/sys/dev/ic/rtwvar.h +++ b/sys/dev/ic/rtwvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtwvar.h,v 1.31 2015/11/04 12:11:59 dlg Exp $ */ +/* $OpenBSD: rtwvar.h,v 1.32 2024/05/12 08:44:09 jsg Exp $ */ /* $NetBSD: rtwvar.h,v 1.10 2004/12/26 22:37:57 mycroft Exp $ */ /*- @@ -432,8 +432,6 @@ struct rtw_softc { #define sc_rxtap sc_rxtapu.tap #define sc_txtap sc_txtapu.tap -extern int rtw_host_rfio; - void rtw_txdac_enable(struct rtw_softc *, int); void rtw_anaparm_enable(struct rtw_regs *, int); void rtw_config0123_enable(struct rtw_regs *, int); -- 2.20.1