summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-01-20 23:00:31 +0000
committermjacob <mjacob@FreeBSD.org>1999-01-20 23:00:31 +0000
commit06f17a23da6897a692245676e37b80049256f0d4 (patch)
tree5019d3b4accf5cc05aff2c13fa665b854f76dbd6 /sys/cam
parent27b3c47e849a1b0e669fc87ee360edc9b5d0716e (diff)
downloadFreeBSD-src-06f17a23da6897a692245676e37b80049256f0d4.zip
FreeBSD-src-06f17a23da6897a692245676e37b80049256f0d4.tar.gz
put it back the way it was
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 789a037..bd25e74 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -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 @@ ptstartover:
}
/* Functions accessed by the peripheral drivers */
-#ifndef __alpha__
-static
-#endif
-void
+static void
xpt_init(dummy)
void *dummy;
{
OpenPOWER on IntegriCloud