From 7d9b329342a39eda1d698e24538945290b107987 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 19 May 2013 15:23:18 +0000 Subject: [PATCH] fcst: Move a declaration git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4857 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/ft_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcst/ft_cmd.c b/fcst/ft_cmd.c index 83f286f87..320499ebf 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -418,12 +418,12 @@ static void ft_send_resp_status(struct fc_frame *rx_fp, u32 status, enum fcp_resp_rsp_codes code) { struct fc_frame *fp; + struct fc_seq *sp; const struct fc_frame_header *fh; size_t len; struct fcp_resp_with_ext *fcp; struct fcp_resp_rsp_info *info; struct fc_lport *lport; - struct fc_seq *sp; #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36) struct fc_exch *ep; #endif