diff options
Diffstat (limited to 'drivers/ata/pata_rb532_cf.c')
-rw-r--r-- | drivers/ata/pata_rb532_cf.c | 6 |
1 files changed, 1 insertions, 5 deletions
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> |