summaryrefslogtreecommitdiffstats
path: root/sys/dev/ahb
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-04-11 03:06:07 +0000
committereivind <eivind@FreeBSD.org>1999-04-11 03:06:07 +0000
commit94b16edfb74a4dd3acebabd323041c2942bf9522 (patch)
treecc3f9695cde322c17bdb713025c5e60f13dd5a5a /sys/dev/ahb
parent7c680e088dae07c097a8f36169e7016264ee9bf4 (diff)
downloadFreeBSD-src-94b16edfb74a4dd3acebabd323041c2942bf9522.zip
FreeBSD-src-94b16edfb74a4dd3acebabd323041c2942bf9522.tar.gz
Staticize.
Diffstat (limited to 'sys/dev/ahb')
-rw-r--r--sys/dev/ahb/ahb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c
index f86e82e..46c7b56 100644
--- a/sys/dev/ahb/ahb.c
+++ b/sys/dev/ahb/ahb.c
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ahb.c,v 1.6 1999/01/28 03:30:02 gibbs Exp $
+ * $Id: ahb.c,v 1.7 1999/03/05 23:37:07 gibbs Exp $
*/
#include "eisa.h"
@@ -1253,7 +1253,7 @@ ahbpoll(struct cam_sim *sim)
ahbintr(cam_sim_softc(sim));
}
-void
+static void
ahbtimeout(void *arg)
{
struct ecb *ecb;
OpenPOWER on IntegriCloud