diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_fw.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_fw.h | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/drivers/scsi/qla2xxx/qla_fw.h b/drivers/scsi/qla2xxx/qla_fw.h index 63f611904a6..9fb562aa4ac 100644 --- a/drivers/scsi/qla2xxx/qla_fw.h +++ b/drivers/scsi/qla2xxx/qla_fw.h | |||
@@ -1,23 +1,9 @@ | |||
1 | 1 | /* | |
2 | /******************************************************************************** | 2 | * QLogic Fibre Channel HBA Driver |
3 | * QLOGIC LINUX SOFTWARE | 3 | * Copyright (c) 2003-2005 QLogic Corporation |
4 | * | 4 | * |
5 | * QLogic ISP2x00 device driver for Linux 2.6.x | 5 | * See LICENSE.qla2xxx for copyright and licensing details. |
6 | * Copyright (C) 2003-2005 QLogic Corporation | 6 | */ |
7 | * (www.qlogic.com) | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the | ||
11 | * Free Software Foundation; either version 2, or (at your option) any | ||
12 | * later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * General Public License for more details. | ||
18 | ** | ||
19 | ******************************************************************************/ | ||
20 | |||
21 | #ifndef __QLA_FW_H | 7 | #ifndef __QLA_FW_H |
22 | #define __QLA_FW_H | 8 | #define __QLA_FW_H |
23 | 9 | ||