svn commit: r316016 - stable/10/sys/dev/isp

Alexander Motin mav at FreeBSD.org
Mon Mar 27 08:29:48 UTC 2017


Author: mav
Date: Mon Mar 27 08:29:46 2017
New Revision: 316016
URL: https://svnweb.freebsd.org/changeset/base/316016

Log:
  MFC 315229: Remove remnant of r315163.

Modified:
  stable/10/sys/dev/isp/isp_freebsd.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/isp/isp_freebsd.c
==============================================================================
--- stable/10/sys/dev/isp/isp_freebsd.c	Mon Mar 27 08:29:17 2017	(r316015)
+++ stable/10/sys/dev/isp/isp_freebsd.c	Mon Mar 27 08:29:46 2017	(r316016)
@@ -52,7 +52,6 @@ static const char prom3[] = "Chan %d [%u
 static void isp_freeze_loopdown(ispsoftc_t *, int);
 static void isp_loop_changed(ispsoftc_t *isp, int chan);
 static d_ioctl_t ispioctl;
-static void isp_intr_enable(void *);
 static void isp_cam_async(void *, uint32_t, struct cam_path *, void *);
 static void isp_poll(struct cam_sim *);
 static timeout_t isp_watchdog;


More information about the svn-src-all mailing list