svn commit: r315229 - head/sys/dev/isp

Alexander Motin mav at FreeBSD.org
Tue Mar 14 06:57:57 UTC 2017


Author: mav
Date: Tue Mar 14 06:57:55 2017
New Revision: 315229
URL: https://svnweb.freebsd.org/changeset/base/315229

Log:
  Remove remnant of r315163.
  
  MFC after:	13 days

Modified:
  head/sys/dev/isp/isp_freebsd.c

Modified: head/sys/dev/isp/isp_freebsd.c
==============================================================================
--- head/sys/dev/isp/isp_freebsd.c	Tue Mar 14 06:52:54 2017	(r315228)
+++ head/sys/dev/isp/isp_freebsd.c	Tue Mar 14 06:57:55 2017	(r315229)
@@ -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