| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * ds.h -- 16-bit PCMCIA core support |
|---|
| 3 | | - * |
|---|
| 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 | 4 | * |
|---|
| 8 | 5 | * The initial developer of the original code is David A. Hinds |
|---|
| 9 | 6 | * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds |
|---|
| .. | .. |
|---|
| 39 | 36 | struct net_device; |
|---|
| 40 | 37 | |
|---|
| 41 | 38 | /* dynamic device IDs for PCMCIA device drivers. See |
|---|
| 42 | | - * Documentation/pcmcia/driver.txt for details. |
|---|
| 39 | + * Documentation/pcmcia/driver.rst for details. |
|---|
| 43 | 40 | */ |
|---|
| 44 | 41 | struct pcmcia_dynids { |
|---|
| 45 | 42 | struct mutex lock; |
|---|