aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/libata-core.c')
-rw-r--r--drivers/ata/libata-core.c18
1 files changed, 1 insertions, 17 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index adf28788cab5..aaa57e0c809d 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * libata-core.c - helper library for ATA 3 * libata-core.c - helper library for ATA
3 * 4 *
@@ -8,22 +9,6 @@
8 * Copyright 2003-2004 Red Hat, Inc. All rights reserved. 9 * Copyright 2003-2004 Red Hat, Inc. All rights reserved.
9 * Copyright 2003-2004 Jeff Garzik 10 * Copyright 2003-2004 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 *
@@ -37,7 +22,6 @@
37 * http://www.compactflash.org (CF) 22 * http://www.compactflash.org (CF)
38 * http://www.qic.org (QIC157 - Tape and DSC) 23 * http://www.qic.org (QIC157 - Tape and DSC)
39 * http://www.ce-ata.org (CE-ATA: not supported) 24 * http://www.ce-ata.org (CE-ATA: not supported)
40 *
41 */ 25 */
42 26
43#include <linux/kernel.h> 27#include <linux/kernel.h>