hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/target/tcm_fc/tcm_fc.h
....@@ -1,18 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (c) 2010 Cisco Systems, Inc.
3
- *
4
- * This program is free software; you can redistribute it and/or modify it
5
- * under the terms and conditions of the GNU General Public License,
6
- * version 2, as published by the Free Software Foundation.
7
- *
8
- * This program is distributed in the hope it will be useful, but WITHOUT
9
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11
- * more details.
12
- *
13
- * You should have received a copy of the GNU General Public License along with
14
- * this program; if not, write to the Free Software Foundation, Inc.,
15
- * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
164 */
175 #ifndef __TCM_FC_H__
186 #define __TCM_FC_H__
....@@ -158,7 +146,6 @@
158146 int ft_queue_status(struct se_cmd *);
159147 int ft_queue_data_in(struct se_cmd *);
160148 int ft_write_pending(struct se_cmd *);
161
-int ft_write_pending_status(struct se_cmd *);
162149 int ft_get_cmd_state(struct se_cmd *);
163150 void ft_queue_tm_resp(struct se_cmd *);
164151 void ft_aborted_task(struct se_cmd *);