commit | 22de4720268f5b24fc90587fcb9c7b09d8bfbf90 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Feb 24 17:49:25 2023 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Mar 01 08:58:23 2023 +0100 |
tree | d0b1108b39d6c91fe4405083f723739e1e2c76f8 | |
parent | 22a4d5b9973e40ad0a3cc8f3d06ef17315e37219 [diff] |
pci: hotplug: move cardbus code from drivers/pcmcia 16-bit pcmcia and 32-bit cardbus code are now completely separate code bases, with the cardbus implementation just interfacig with the PCI core for hotplugging cards, so move it to the same place as the other PCI hotplug drivers. The pcmcia/i82365.h header file is the only bit that contains shared definitions for common registers. Signed-off-by: Arnd Bergmann <arnd@arndb.de>