diff options
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/ahci_st.c | 5 | ||||
-rw-r--r-- | drivers/ata/pata_ixp4xx_cf.c | 6 | ||||
-rw-r--r-- | drivers/ata/pata_of_platform.c | 5 | ||||
-rw-r--r-- | drivers/ata/pata_palmld.c | 6 | ||||
-rw-r--r-- | drivers/ata/pata_rb532_cf.c | 6 | ||||
-rw-r--r-- | drivers/ata/pata_samsung_cf.c | 5 |
6 files changed, 6 insertions, 27 deletions
diff --git a/drivers/ata/ahci_st.c b/drivers/ata/ahci_st.c index 21c5c44832ef..c268264c2129 100644 --- a/drivers/ata/ahci_st.c +++ b/drivers/ata/ahci_st.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012 STMicroelectronics Limited | 3 | * Copyright (C) 2012 STMicroelectronics Limited |
3 | * | 4 | * |
4 | * Authors: Francesco Virlinzi <francesco.virlinzi@st.com> | 5 | * Authors: Francesco Virlinzi <francesco.virlinzi@st.com> |
5 | * Alexandre Torgue <alexandre.torgue@st.com> | 6 | * Alexandre Torgue <alexandre.torgue@st.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/init.h> | 9 | #include <linux/init.h> |
diff --git a/drivers/ata/pata_ixp4xx_cf.c b/drivers/ata/pata_ixp4xx_cf.c index 0b0d93065f5a..d1644a8ef9fa 100644 --- a/drivers/ata/pata_ixp4xx_cf.c +++ b/drivers/ata/pata_ixp4xx_cf.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ixp4xx PATA/Compact Flash driver | 3 | * ixp4xx PATA/Compact Flash driver |
3 | * Copyright (C) 2006-07 Tower Technologies | 4 | * Copyright (C) 2006-07 Tower Technologies |
@@ -9,11 +10,6 @@ | |||
9 | * on the ixp4xx. In the irq is not available, you might | 10 | * on the ixp4xx. In the irq is not available, you might |
10 | * want to modify both this driver and libata to run in | 11 | * want to modify both this driver and libata to run in |
11 | * polling mode. | 12 | * polling mode. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | * | ||
17 | */ | 13 | */ |
18 | 14 | ||
19 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
diff --git a/drivers/ata/pata_of_platform.c b/drivers/ata/pata_of_platform.c index 7a0b1759e5f0..35aa158fc976 100644 --- a/drivers/ata/pata_of_platform.c +++ b/drivers/ata/pata_of_platform.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * OF-platform PATA driver | 3 | * OF-platform PATA driver |
3 | * | 4 | * |
4 | * Copyright (c) 2007 MontaVista Software, Inc. | 5 | * Copyright (c) 2007 MontaVista Software, Inc. |
5 | * Anton Vorontsov <avorontsov@ru.mvista.com> | 6 | * Anton Vorontsov <avorontsov@ru.mvista.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
diff --git a/drivers/ata/pata_palmld.c b/drivers/ata/pata_palmld.c index 26817fd91700..2448441571ed 100644 --- a/drivers/ata/pata_palmld.c +++ b/drivers/ata/pata_palmld.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * drivers/ata/pata_palmld.c | 3 | * drivers/ata/pata_palmld.c |
3 | * | 4 | * |
@@ -13,11 +14,6 @@ | |||
13 | * ixp4xx PATA/Compact Flash driver | 14 | * ixp4xx PATA/Compact Flash driver |
14 | * Copyright (C) 2006-07 Tower Technologies | 15 | * Copyright (C) 2006-07 Tower Technologies |
15 | * Author: Alessandro Zummo <a.zummo@towertech.it> | 16 | * Author: Alessandro Zummo <a.zummo@towertech.it> |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or modify | ||
18 | * it under the terms of the GNU General Public License version 2 as | ||
19 | * published by the Free Software Foundation. | ||
20 | * | ||
21 | */ | 17 | */ |
22 | 18 | ||
23 | #include <linux/kernel.h> | 19 | #include <linux/kernel.h> |
diff --git a/drivers/ata/pata_rb532_cf.c b/drivers/ata/pata_rb532_cf.c index 66bb5bff126b..7c37f2ff09e4 100644 --- a/drivers/ata/pata_rb532_cf.c +++ b/drivers/ata/pata_rb532_cf.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * A low-level PATA driver to handle a Compact Flash connected on the | 3 | * A low-level PATA driver to handle a Compact Flash connected on the |
3 | * Mikrotik's RouterBoard 532 board. | 4 | * Mikrotik's RouterBoard 532 board. |
@@ -12,11 +13,6 @@ | |||
12 | * Also was based on the driver for Linux 2.4.xx published by Mikrotik for | 13 | * Also was based on the driver for Linux 2.4.xx published by Mikrotik for |
13 | * their RouterBoard 1xx and 5xx series devices. The original Mikrotik code | 14 | * their RouterBoard 1xx and 5xx series devices. The original Mikrotik code |
14 | * seems not to have a license. | 15 | * seems not to have a license. |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License version 2 as | ||
18 | * published by the Free Software Foundation. | ||
19 | * | ||
20 | */ | 16 | */ |
21 | 17 | ||
22 | #include <linux/gfp.h> | 18 | #include <linux/gfp.h> |
diff --git a/drivers/ata/pata_samsung_cf.c b/drivers/ata/pata_samsung_cf.c index 1dc3361cb5a5..3da0e8e30286 100644 --- a/drivers/ata/pata_samsung_cf.c +++ b/drivers/ata/pata_samsung_cf.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010 Samsung Electronics Co., Ltd. | 3 | * Copyright (c) 2010 Samsung Electronics Co., Ltd. |
3 | * http://www.samsung.com | 4 | * http://www.samsung.com |
@@ -9,10 +10,6 @@ | |||
9 | * Based on: | 10 | * Based on: |
10 | * PATA driver for AT91SAM9260 Static Memory Controller | 11 | * PATA driver for AT91SAM9260 Static Memory Controller |
11 | * PATA driver for Toshiba SCC controller | 12 | * PATA driver for Toshiba SCC controller |
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 | ||
15 | * as published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |