hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/pcmcia/cardbus.c
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * 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.
74 *
85 * The initial developer of the original code is David A. Hinds
96 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
....@@ -25,7 +22,9 @@
2522 #include <linux/pci.h>
2623
2724 #include <pcmcia/ss.h>
25
+#include <pcmcia/cistpl.h>
2826
27
+#include "cs_internal.h"
2928
3029 static void cardbus_config_irq_and_cls(struct pci_bus *bus, int irq)
3130 {