diff options
Diffstat (limited to 'drivers/scsi/aacraid/src.c')
| -rw-r--r-- | drivers/scsi/aacraid/src.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/drivers/scsi/aacraid/src.c b/drivers/scsi/aacraid/src.c index 97bb9e9d201c..3b66e06726c8 100644 --- a/drivers/scsi/aacraid/src.c +++ b/drivers/scsi/aacraid/src.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | * Adaptec AAC series RAID controller driver | 3 | * Adaptec AAC series RAID controller driver |
| 3 | * (c) Copyright 2001 Red Hat Inc. | 4 | * (c) Copyright 2001 Red Hat Inc. |
| @@ -9,25 +10,10 @@ | |||
| 9 | * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) | 10 | * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) |
| 10 | * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) | 11 | * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) |
| 11 | * | 12 | * |
| 12 | * This program is free software; you can redistribute it and/or modify | ||
| 13 | * it under the terms of the GNU General Public License as published by | ||
| 14 | * the Free Software Foundation; either version 2, or (at your option) | ||
| 15 | * any later version. | ||
| 16 | * | ||
| 17 | * This program is distributed in the hope that it will be useful, | ||
| 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 20 | * GNU General Public License for more details. | ||
| 21 | * | ||
| 22 | * You should have received a copy of the GNU General Public License | ||
| 23 | * along with this program; see the file COPYING. If not, write to | ||
| 24 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 25 | * | ||
| 26 | * Module Name: | 13 | * Module Name: |
| 27 | * src.c | 14 | * src.c |
| 28 | * | 15 | * |
| 29 | * Abstract: Hardware Device Interface for PMC SRC based controllers | 16 | * Abstract: Hardware Device Interface for PMC SRC based controllers |
| 30 | * | ||
| 31 | */ | 17 | */ |
| 32 | 18 | ||
| 33 | #include <linux/kernel.h> | 19 | #include <linux/kernel.h> |
