diff options
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/amd74xx.c | 6 | ||||
-rw-r--r-- | drivers/ide/cs5535.c | 5 | ||||
-rw-r--r-- | drivers/ide/via82cxxx.c | 6 |
3 files changed, 3 insertions, 14 deletions
diff --git a/drivers/ide/amd74xx.c b/drivers/ide/amd74xx.c index cbfe846911d1..7340597a373e 100644 --- a/drivers/ide/amd74xx.c +++ b/drivers/ide/amd74xx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * AMD 755/756/766/8111 and nVidia nForce/2/2s/3/3s/CK804/MCP04 | 3 | * AMD 755/756/766/8111 and nVidia nForce/2/2s/3/3s/CK804/MCP04 |
3 | * IDE driver for Linux. | 4 | * IDE driver for Linux. |
@@ -9,11 +10,6 @@ | |||
9 | * Andre Hedrick | 10 | * Andre Hedrick |
10 | */ | 11 | */ |
11 | 12 | ||
12 | /* | ||
13 | * This program is free software; you can redistribute it and/or modify it | ||
14 | * under the terms of the GNU General Public License version 2 as published by | ||
15 | * the Free Software Foundation. | ||
16 | */ | ||
17 | 13 | ||
18 | #include <linux/module.h> | 14 | #include <linux/module.h> |
19 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
diff --git a/drivers/ide/cs5535.c b/drivers/ide/cs5535.c index 3bc5b9a34013..70fdbe3161f8 100644 --- a/drivers/ide/cs5535.c +++ b/drivers/ide/cs5535.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2004-2005 Advanced Micro Devices, Inc. | 3 | * Copyright (C) 2004-2005 Advanced Micro Devices, Inc. |
3 | * Copyright (C) 2007 Bartlomiej Zolnierkiewicz | 4 | * Copyright (C) 2007 Bartlomiej Zolnierkiewicz |
@@ -14,10 +15,6 @@ | |||
14 | * Development of this chipset driver was funded | 15 | * Development of this chipset driver was funded |
15 | * by the nice folks at National Semiconductor/AMD. | 16 | * by the nice folks at National Semiconductor/AMD. |
16 | * | 17 | * |
17 | * This program is free software; you can redistribute it and/or modify it | ||
18 | * under the terms of the GNU General Public License version 2 as published by | ||
19 | * the Free Software Foundation. | ||
20 | * | ||
21 | * Documentation: | 18 | * Documentation: |
22 | * CS5535 documentation available from AMD | 19 | * CS5535 documentation available from AMD |
23 | */ | 20 | */ |
diff --git a/drivers/ide/via82cxxx.c b/drivers/ide/via82cxxx.c index 01464f1e2339..977cb00398b0 100644 --- a/drivers/ide/via82cxxx.c +++ b/drivers/ide/via82cxxx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * VIA IDE driver for Linux. Supported southbridges: | 3 | * VIA IDE driver for Linux. Supported southbridges: |
3 | * | 4 | * |
@@ -18,11 +19,6 @@ | |||
18 | * Current device documentation available under NDA only | 19 | * Current device documentation available under NDA only |
19 | */ | 20 | */ |
20 | 21 | ||
21 | /* | ||
22 | * This program is free software; you can redistribute it and/or modify it | ||
23 | * under the terms of the GNU General Public License version 2 as published by | ||
24 | * the Free Software Foundation. | ||
25 | */ | ||
26 | 22 | ||
27 | #include <linux/module.h> | 23 | #include <linux/module.h> |
28 | #include <linux/kernel.h> | 24 | #include <linux/kernel.h> |