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

Alexander Motin mav at FreeBSD.org
Thu Nov 26 18:56:22 UTC 2015


Author: mav
Date: Thu Nov 26 18:56:21 2015
New Revision: 291369
URL: https://svnweb.freebsd.org/changeset/base/291369

Log:
  Remove residual functions declaration left after r291365.

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

Modified: head/sys/dev/isp/isp_freebsd.c
==============================================================================
--- head/sys/dev/isp/isp_freebsd.c	Thu Nov 26 17:28:40 2015	(r291368)
+++ head/sys/dev/isp/isp_freebsd.c	Thu Nov 26 18:56:21 2015	(r291369)
@@ -64,8 +64,6 @@ static void isp_poll(struct cam_sim *);
 static timeout_t isp_watchdog;
 static timeout_t isp_gdt;
 static task_fn_t isp_gdt_task;
-static timeout_t isp_ldt;
-static task_fn_t isp_ldt_task;
 static void isp_kthread(void *);
 static void isp_action(struct cam_sim *, union ccb *);
 static int isp_timer_count;


More information about the svn-src-all mailing list