diff options
Diffstat (limited to 'drivers/ata/libata-sff.c')
| -rw-r--r-- | drivers/ata/libata-sff.c | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index c5ea0fc635e5..10aa27882142 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | * libata-sff.c - helper library for PCI IDE BMDMA | 3 | * libata-sff.c - helper library for PCI IDE BMDMA |
| 3 | * | 4 | * |
| @@ -8,28 +9,11 @@ | |||
| 8 | * Copyright 2003-2006 Red Hat, Inc. All rights reserved. | 9 | * Copyright 2003-2006 Red Hat, Inc. All rights reserved. |
| 9 | * Copyright 2003-2006 Jeff Garzik | 10 | * Copyright 2003-2006 Jeff Garzik |
| 10 | * | 11 | * |
| 11 | * | ||
| 12 | * This program is free software; you can redistribute it and/or modify | ||
| 13 | * it under the terms of the GNU General Public License as published by | ||
| 14 | * the Free Software Foundation; either version 2, or (at your option) | ||
| 15 | * any later version. | ||
| 16 | * | ||
| 17 | * This program is distributed in the hope that it will be useful, | ||
| 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 20 | * GNU General Public License for more details. | ||
| 21 | * | ||
| 22 | * You should have received a copy of the GNU General Public License | ||
| 23 | * along with this program; see the file COPYING. If not, write to | ||
| 24 | * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 25 | * | ||
| 26 | * | ||
| 27 | * libata documentation is available via 'make {ps|pdf}docs', | 12 | * libata documentation is available via 'make {ps|pdf}docs', |
| 28 | * as Documentation/driver-api/libata.rst | 13 | * as Documentation/driver-api/libata.rst |
| 29 | * | 14 | * |
| 30 | * Hardware documentation available from http://www.t13.org/ and | 15 | * Hardware documentation available from http://www.t13.org/ and |
| 31 | * http://www.sata-io.org/ | 16 | * http://www.sata-io.org/ |
| 32 | * | ||
| 33 | */ | 17 | */ |
| 34 | 18 | ||
| 35 | #include <linux/kernel.h> | 19 | #include <linux/kernel.h> |
