put it back the way it was

This commit is contained in:
mjacob 1999-01-20 23:00:31 +00:00
parent 69388c5589
commit 7d2dd99069

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: cam_xpt.c,v 1.40 1999/01/20 01:13:20 ken Exp $
* $Id: cam_xpt.c,v 1.41 1999/01/20 19:08:45 mjacob Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
@ -542,12 +542,8 @@ u_int32_t cam_dflags;
#endif /* CAM_DEBUG_BUS || CAM_DEBUG_TARGET || CAM_DEBUG_LUN */
/* Our boot-time initialization hook */
#ifdef __alpha__
void xpt_init(void *);
#else
static void xpt_init(void *);
SYSINIT(cam, SI_SUB_CONFIGURE, SI_ORDER_SECOND, xpt_init, NULL);
#endif
static cam_status xpt_compile_path(struct cam_path *new_path,
struct cam_periph *perph,
@ -1174,10 +1170,7 @@ xptioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
}
/* Functions accessed by the peripheral drivers */
#ifndef __alpha__
static
#endif
void
static void
xpt_init(dummy)
void *dummy;
{