diff options
Diffstat (limited to 'drivers/pcmcia/cs_internal.h')
-rw-r--r-- | drivers/pcmcia/cs_internal.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/pcmcia/cs_internal.h b/drivers/pcmcia/cs_internal.h index 03ec43802909..33c9b6ea7364 100644 --- a/drivers/pcmcia/cs_internal.h +++ b/drivers/pcmcia/cs_internal.h | |||
@@ -1,10 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * cs_internal.h -- definitions internal to the PCMCIA core modules | 3 | * cs_internal.h -- definitions internal to the PCMCIA core modules |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * The initial developer of the original code is David A. Hinds | 5 | * The initial developer of the original code is David A. Hinds |
9 | * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds | 6 | * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds |
10 | * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. | 7 | * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. |
@@ -12,7 +9,6 @@ | |||
12 | * (C) 1999 David A. Hinds | 9 | * (C) 1999 David A. Hinds |
13 | * (C) 2003 - 2010 Dominik Brodowski | 10 | * (C) 2003 - 2010 Dominik Brodowski |
14 | * | 11 | * |
15 | * | ||
16 | * This file contains definitions _only_ needed by the PCMCIA core modules. | 12 | * This file contains definitions _only_ needed by the PCMCIA core modules. |
17 | * It must not be included by PCMCIA socket drivers or by PCMCIA device | 13 | * It must not be included by PCMCIA socket drivers or by PCMCIA device |
18 | * drivers. | 14 | * drivers. |