.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * AHCI SATA platform driver |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * Jeff Garzik <jgarzik@pobox.com> |
---|
6 | 7 | * Copyright 2010 MontaVista Software, LLC. |
---|
7 | 8 | * Anton Vorontsov <avorontsov@ru.mvista.com> |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify |
---|
10 | | - * it under the terms of the GNU General Public License as published by |
---|
11 | | - * the Free Software Foundation; either version 2, or (at your option) |
---|
12 | | - * any later version. |
---|
13 | 9 | */ |
---|
14 | 10 | |
---|
15 | 11 | #ifndef _AHCI_PLATFORM_H |
---|