ubsa_activate() is prototyped unconditionally as non-static,

reflect that here.

Fixes compilation on non-DEBUG kernels.
This commit is contained in:
pooka 2002-10-08 16:13:36 +00:00
parent 16c5b1b5a8
commit 164c4e3bec
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ubsa.c,v 1.1 2002/10/08 13:08:02 augustss Exp $ */
/* $NetBSD: ubsa.c,v 1.2 2002/10/08 16:13:36 pooka Exp $ */
/*-
* Copyright (c) 2002, Alexander Kabaev <kan.FreeBSD.org>.
* All rights reserved.
@ -409,7 +409,7 @@ USB_DETACH(ubsa)
return (rv);
}
Static int
int
ubsa_activate(device_ptr_t self, enum devact act)
{
struct ubsa_softc *sc = (struct ubsa_softc *)self;