Remove residual functions declaration left after r291365.

This commit is contained in:
Alexander Motin 2015-11-26 18:56:21 +00:00
parent ce276fe26d
commit e096498a0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291369

View File

@ -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;