diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/arm/acornscsi-io.S | 5 | ||||
-rw-r--r-- | drivers/scsi/arm/acornscsi.c | 5 | ||||
-rw-r--r-- | drivers/scsi/arm/acornscsi.h | 5 | ||||
-rw-r--r-- | drivers/scsi/arm/cumana_2.c | 5 | ||||
-rw-r--r-- | drivers/scsi/arm/eesox.c | 5 | ||||
-rw-r--r-- | drivers/scsi/arm/fas216.c | 5 | ||||
-rw-r--r-- | drivers/scsi/arm/fas216.h | 5 | ||||
-rw-r--r-- | drivers/scsi/arm/msgqueue.c | 5 | ||||
-rw-r--r-- | drivers/scsi/arm/msgqueue.h | 5 | ||||
-rw-r--r-- | drivers/scsi/arm/powertec.c | 5 | ||||
-rw-r--r-- | drivers/scsi/arm/queue.c | 5 | ||||
-rw-r--r-- | drivers/scsi/arm/queue.h | 5 | ||||
-rw-r--r-- | drivers/scsi/arm/scsi.h | 5 | ||||
-rw-r--r-- | drivers/scsi/ufs/tc-dwc-g210-pci.c | 5 | ||||
-rw-r--r-- | drivers/scsi/ufs/tc-dwc-g210-pltfrm.c | 5 | ||||
-rw-r--r-- | drivers/scsi/ufs/tc-dwc-g210.c | 5 | ||||
-rw-r--r-- | drivers/scsi/ufs/tc-dwc-g210.h | 5 | ||||
-rw-r--r-- | drivers/scsi/ufs/ufshcd-dwc.c | 5 | ||||
-rw-r--r-- | drivers/scsi/ufs/ufshcd-dwc.h | 5 | ||||
-rw-r--r-- | drivers/scsi/ufs/ufshci-dwc.h | 5 |
20 files changed, 20 insertions, 80 deletions
diff --git a/drivers/scsi/arm/acornscsi-io.S b/drivers/scsi/arm/acornscsi-io.S index 22171b2110a8..fdd7237bb829 100644 --- a/drivers/scsi/arm/acornscsi-io.S +++ b/drivers/scsi/arm/acornscsi-io.S | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/acornscsi-io.S: Acorn SCSI card IO | 3 | * linux/drivers/acorn/scsi/acornscsi-io.S: Acorn SCSI card IO |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | #include <linux/linkage.h> | 5 | #include <linux/linkage.h> |
9 | 6 | ||
diff --git a/drivers/scsi/arm/acornscsi.c b/drivers/scsi/arm/acornscsi.c index d7509859dc00..d12dd89538df 100644 --- a/drivers/scsi/arm/acornscsi.c +++ b/drivers/scsi/arm/acornscsi.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/acornscsi.c | 3 | * linux/drivers/acorn/scsi/acornscsi.c |
3 | * | 4 | * |
4 | * Acorn SCSI 3 driver | 5 | * Acorn SCSI 3 driver |
5 | * By R.M.King. | 6 | * By R.M.King. |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * Abandoned using the Select and Transfer command since there were | 8 | * Abandoned using the Select and Transfer command since there were |
12 | * some nasty races between our software and the target devices that | 9 | * some nasty races between our software and the target devices that |
13 | * were not easy to solve, and the device errata had a lot of entries | 10 | * were not easy to solve, and the device errata had a lot of entries |
diff --git a/drivers/scsi/arm/acornscsi.h b/drivers/scsi/arm/acornscsi.h index 01bc715a3aec..376c76bc2aca 100644 --- a/drivers/scsi/arm/acornscsi.h +++ b/drivers/scsi/arm/acornscsi.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/acornscsi.h | 3 | * linux/drivers/acorn/scsi/acornscsi.h |
3 | * | 4 | * |
4 | * Copyright (C) 1997 Russell King | 5 | * Copyright (C) 1997 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Acorn SCSI driver | 7 | * Acorn SCSI driver |
11 | */ | 8 | */ |
12 | #ifndef ACORNSCSI_H | 9 | #ifndef ACORNSCSI_H |
diff --git a/drivers/scsi/arm/cumana_2.c b/drivers/scsi/arm/cumana_2.c index 40afcbd8de61..a1f3e9ee4e63 100644 --- a/drivers/scsi/arm/cumana_2.c +++ b/drivers/scsi/arm/cumana_2.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/cumana_2.c | 3 | * linux/drivers/acorn/scsi/cumana_2.c |
3 | * | 4 | * |
4 | * Copyright (C) 1997-2005 Russell King | 5 | * Copyright (C) 1997-2005 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Changelog: | 7 | * Changelog: |
11 | * 30-08-1997 RMK 0.0.0 Created, READONLY version. | 8 | * 30-08-1997 RMK 0.0.0 Created, READONLY version. |
12 | * 22-01-1998 RMK 0.0.1 Updated to 2.1.80. | 9 | * 22-01-1998 RMK 0.0.1 Updated to 2.1.80. |
diff --git a/drivers/scsi/arm/eesox.c b/drivers/scsi/arm/eesox.c index 8f64c370a8a7..134f040d58e2 100644 --- a/drivers/scsi/arm/eesox.c +++ b/drivers/scsi/arm/eesox.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/eesox.c | 3 | * linux/drivers/acorn/scsi/eesox.c |
3 | * | 4 | * |
4 | * Copyright (C) 1997-2005 Russell King | 5 | * Copyright (C) 1997-2005 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * This driver is based on experimentation. Hence, it may have made | 7 | * This driver is based on experimentation. Hence, it may have made |
11 | * assumptions about the particular card that I have available, and | 8 | * assumptions about the particular card that I have available, and |
12 | * may not be reliable! | 9 | * may not be reliable! |
diff --git a/drivers/scsi/arm/fas216.c b/drivers/scsi/arm/fas216.c index 27bda2b05de6..aea4fd73c862 100644 --- a/drivers/scsi/arm/fas216.c +++ b/drivers/scsi/arm/fas216.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/fas216.c | 3 | * linux/drivers/acorn/scsi/fas216.c |
3 | * | 4 | * |
4 | * Copyright (C) 1997-2003 Russell King | 5 | * Copyright (C) 1997-2003 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Based on information in qlogicfas.c by Tom Zerucha, Michael Griffith, and | 7 | * Based on information in qlogicfas.c by Tom Zerucha, Michael Griffith, and |
11 | * other sources, including: | 8 | * other sources, including: |
12 | * the AMD Am53CF94 data sheet | 9 | * the AMD Am53CF94 data sheet |
diff --git a/drivers/scsi/arm/fas216.h b/drivers/scsi/arm/fas216.h index c57c16ef8193..847413ce14cf 100644 --- a/drivers/scsi/arm/fas216.h +++ b/drivers/scsi/arm/fas216.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/fas216.h | 3 | * linux/drivers/acorn/scsi/fas216.h |
3 | * | 4 | * |
4 | * Copyright (C) 1997-2000 Russell King | 5 | * Copyright (C) 1997-2000 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * FAS216 generic driver | 7 | * FAS216 generic driver |
11 | */ | 8 | */ |
12 | #ifndef FAS216_H | 9 | #ifndef FAS216_H |
diff --git a/drivers/scsi/arm/msgqueue.c b/drivers/scsi/arm/msgqueue.c index 7c95c7582b29..58115831362f 100644 --- a/drivers/scsi/arm/msgqueue.c +++ b/drivers/scsi/arm/msgqueue.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/msgqueue.c | 3 | * linux/drivers/acorn/scsi/msgqueue.c |
3 | * | 4 | * |
4 | * Copyright (C) 1997-1998 Russell King | 5 | * Copyright (C) 1997-1998 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * message queue handling | 7 | * message queue handling |
11 | */ | 8 | */ |
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/drivers/scsi/arm/msgqueue.h b/drivers/scsi/arm/msgqueue.h index 41c7333df3e3..4bcc400f556b 100644 --- a/drivers/scsi/arm/msgqueue.h +++ b/drivers/scsi/arm/msgqueue.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/msgqueue.h | 3 | * linux/drivers/acorn/scsi/msgqueue.h |
3 | * | 4 | * |
4 | * Copyright (C) 1997 Russell King | 5 | * Copyright (C) 1997 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * message queue handling | 7 | * message queue handling |
11 | */ | 8 | */ |
12 | #ifndef MSGQUEUE_H | 9 | #ifndef MSGQUEUE_H |
diff --git a/drivers/scsi/arm/powertec.c b/drivers/scsi/arm/powertec.c index 759f95ba993c..c795537a671c 100644 --- a/drivers/scsi/arm/powertec.c +++ b/drivers/scsi/arm/powertec.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/powertec.c | 3 | * linux/drivers/acorn/scsi/powertec.c |
3 | * | 4 | * |
4 | * Copyright (C) 1997-2005 Russell King | 5 | * Copyright (C) 1997-2005 Russell King |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #include <linux/module.h> | 7 | #include <linux/module.h> |
11 | #include <linux/blkdev.h> | 8 | #include <linux/blkdev.h> |
diff --git a/drivers/scsi/arm/queue.c b/drivers/scsi/arm/queue.c index 996dfe903928..e5559f27669d 100644 --- a/drivers/scsi/arm/queue.c +++ b/drivers/scsi/arm/queue.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/queue.c: queue handling primitives | 3 | * linux/drivers/acorn/scsi/queue.c: queue handling primitives |
3 | * | 4 | * |
4 | * Copyright (C) 1997-2000 Russell King | 5 | * Copyright (C) 1997-2000 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Changelog: | 7 | * Changelog: |
11 | * 15-Sep-1997 RMK Created. | 8 | * 15-Sep-1997 RMK Created. |
12 | * 11-Oct-1997 RMK Corrected problem with queue_remove_exclude | 9 | * 11-Oct-1997 RMK Corrected problem with queue_remove_exclude |
diff --git a/drivers/scsi/arm/queue.h b/drivers/scsi/arm/queue.h index 3c519c9237b2..cb51379dce94 100644 --- a/drivers/scsi/arm/queue.h +++ b/drivers/scsi/arm/queue.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/queue.h: queue handling | 3 | * linux/drivers/acorn/scsi/queue.h: queue handling |
3 | * | 4 | * |
4 | * Copyright (C) 1997 Russell King | 5 | * Copyright (C) 1997 Russell King |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #ifndef QUEUE_H | 7 | #ifndef QUEUE_H |
11 | #define QUEUE_H | 8 | #define QUEUE_H |
diff --git a/drivers/scsi/arm/scsi.h b/drivers/scsi/arm/scsi.h index 138a521ba1a8..4d5ff7b4e864 100644 --- a/drivers/scsi/arm/scsi.h +++ b/drivers/scsi/arm/scsi.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/drivers/acorn/scsi/scsi.h | 3 | * linux/drivers/acorn/scsi/scsi.h |
3 | * | 4 | * |
4 | * Copyright (C) 2002 Russell King | 5 | * Copyright (C) 2002 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Commonly used scsi driver functions. | 7 | * Commonly used scsi driver functions. |
11 | */ | 8 | */ |
12 | 9 | ||
diff --git a/drivers/scsi/ufs/tc-dwc-g210-pci.c b/drivers/scsi/ufs/tc-dwc-g210-pci.c index 2f41722a8c28..67a6a61154b7 100644 --- a/drivers/scsi/ufs/tc-dwc-g210-pci.c +++ b/drivers/scsi/ufs/tc-dwc-g210-pci.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Synopsys G210 Test Chip driver | 3 | * Synopsys G210 Test Chip driver |
3 | * | 4 | * |
4 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) | 5 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) |
5 | * | 6 | * |
6 | * Authors: Joao Pinto <jpinto@synopsys.com> | 7 | * Authors: Joao Pinto <jpinto@synopsys.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include "ufshcd.h" | 10 | #include "ufshcd.h" |
diff --git a/drivers/scsi/ufs/tc-dwc-g210-pltfrm.c b/drivers/scsi/ufs/tc-dwc-g210-pltfrm.c index 6dfe5a9206e9..a1268e4f44d6 100644 --- a/drivers/scsi/ufs/tc-dwc-g210-pltfrm.c +++ b/drivers/scsi/ufs/tc-dwc-g210-pltfrm.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Synopsys G210 Test Chip driver | 3 | * Synopsys G210 Test Chip driver |
3 | * | 4 | * |
4 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) | 5 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) |
5 | * | 6 | * |
6 | * Authors: Joao Pinto <jpinto@synopsys.com> | 7 | * Authors: Joao Pinto <jpinto@synopsys.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
diff --git a/drivers/scsi/ufs/tc-dwc-g210.c b/drivers/scsi/ufs/tc-dwc-g210.c index 3a8bc6d9cb5b..f954a68f6b4c 100644 --- a/drivers/scsi/ufs/tc-dwc-g210.c +++ b/drivers/scsi/ufs/tc-dwc-g210.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Synopsys G210 Test Chip driver | 3 | * Synopsys G210 Test Chip driver |
3 | * | 4 | * |
4 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) | 5 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) |
5 | * | 6 | * |
6 | * Authors: Joao Pinto <jpinto@synopsys.com> | 7 | * Authors: Joao Pinto <jpinto@synopsys.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include "ufshcd.h" | 10 | #include "ufshcd.h" |
diff --git a/drivers/scsi/ufs/tc-dwc-g210.h b/drivers/scsi/ufs/tc-dwc-g210.h index fb177db1227d..5a506da03f4a 100644 --- a/drivers/scsi/ufs/tc-dwc-g210.h +++ b/drivers/scsi/ufs/tc-dwc-g210.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Synopsys G210 Test Chip driver | 3 | * Synopsys G210 Test Chip driver |
3 | * | 4 | * |
4 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) | 5 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) |
5 | * | 6 | * |
6 | * Authors: Joao Pinto <jpinto@synopsys.com> | 7 | * Authors: Joao Pinto <jpinto@synopsys.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _TC_DWC_G210_H | 10 | #ifndef _TC_DWC_G210_H |
diff --git a/drivers/scsi/ufs/ufshcd-dwc.c b/drivers/scsi/ufs/ufshcd-dwc.c index 977b21871a5d..fb9e2ff4f8d2 100644 --- a/drivers/scsi/ufs/ufshcd-dwc.c +++ b/drivers/scsi/ufs/ufshcd-dwc.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * UFS Host driver for Synopsys Designware Core | 3 | * UFS Host driver for Synopsys Designware Core |
3 | * | 4 | * |
4 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) | 5 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) |
5 | * | 6 | * |
6 | * Authors: Joao Pinto <jpinto@synopsys.com> | 7 | * Authors: Joao Pinto <jpinto@synopsys.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include "ufshcd.h" | 10 | #include "ufshcd.h" |
diff --git a/drivers/scsi/ufs/ufshcd-dwc.h b/drivers/scsi/ufs/ufshcd-dwc.h index c8be295e0ebe..4268ca2eb64c 100644 --- a/drivers/scsi/ufs/ufshcd-dwc.h +++ b/drivers/scsi/ufs/ufshcd-dwc.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * UFS Host driver for Synopsys Designware Core | 3 | * UFS Host driver for Synopsys Designware Core |
3 | * | 4 | * |
4 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) | 5 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) |
5 | * | 6 | * |
6 | * Authors: Joao Pinto <jpinto@synopsys.com> | 7 | * Authors: Joao Pinto <jpinto@synopsys.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _UFSHCD_DWC_H | 10 | #ifndef _UFSHCD_DWC_H |
diff --git a/drivers/scsi/ufs/ufshci-dwc.h b/drivers/scsi/ufs/ufshci-dwc.h index ca341fece310..6c290e272106 100644 --- a/drivers/scsi/ufs/ufshci-dwc.h +++ b/drivers/scsi/ufs/ufshci-dwc.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * UFS Host driver for Synopsys Designware Core | 3 | * UFS Host driver for Synopsys Designware Core |
3 | * | 4 | * |
4 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) | 5 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) |
5 | * | 6 | * |
6 | * Authors: Joao Pinto <jpinto@synopsys.com> | 7 | * Authors: Joao Pinto <jpinto@synopsys.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _UFSHCI_DWC_H | 10 | #ifndef _UFSHCI_DWC_H |