| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * cardbus.c -- 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 |
|---|
| .. | .. |
|---|
| 25 | 22 | #include <linux/pci.h> |
|---|
| 26 | 23 | |
|---|
| 27 | 24 | #include <pcmcia/ss.h> |
|---|
| 25 | +#include <pcmcia/cistpl.h> |
|---|
| 28 | 26 | |
|---|
| 27 | +#include "cs_internal.h" |
|---|
| 29 | 28 | |
|---|
| 30 | 29 | static void cardbus_config_irq_and_cls(struct pci_bus *bus, int irq) |
|---|
| 31 | 30 | { |
|---|