hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/scsi/aic94xx/aic94xx_reg_def.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Aic94xx SAS/SATA driver hardware registers definitions.
34 *
....@@ -9,26 +10,7 @@
910 * agnostic register r/w functions. Some register corrections, sizes,
1011 * etc.
1112 *
12
- * This file is licensed under GPLv2.
13
- *
14
- * This file is part of the aic94xx driver.
15
- *
16
- * The aic94xx driver is free software; you can redistribute it and/or
17
- * modify it under the terms of the GNU General Public License as
18
- * published by the Free Software Foundation; version 2 of the
19
- * License.
20
- *
21
- * The aic94xx driver is distributed in the hope that it will be useful,
22
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
23
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24
- * General Public License for more details.
25
- *
26
- * You should have received a copy of the GNU General Public License
27
- * along with the aic94xx driver; if not, write to the Free Software
28
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
29
- *
3013 * $Id: //depot/aic94xx/aic94xx_reg_def.h#27 $
31
- *
3214 */
3315
3416 #ifndef _ADP94XX_REG_DEF_H_