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