mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 22:05:24 -04:00
PCI: Move cardbus IO size declarations into pci/pci.h
For some reason, cardbus related io/mem size declarations are in linux/pci.h, whereas non-cardbus sizes are already in pci/pci.h. Move all them into one place in pci/pci.h. Link: https://lore.kernel.org/r/20250311174701.3586-4-ilpo.jarvinen@linux.intel.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
committed by
Bjorn Helgaas
parent
2f255e299c
commit
cc7a371b0b
@@ -266,6 +266,8 @@ extern unsigned long pci_hotplug_io_size;
|
||||
extern unsigned long pci_hotplug_mmio_size;
|
||||
extern unsigned long pci_hotplug_mmio_pref_size;
|
||||
extern unsigned long pci_hotplug_bus_size;
|
||||
extern unsigned long pci_cardbus_io_size;
|
||||
extern unsigned long pci_cardbus_mem_size;
|
||||
|
||||
/**
|
||||
* pci_match_one_device - Tell if a PCI device structure has a matching
|
||||
|
||||
@@ -2332,8 +2332,6 @@ extern int pci_pci_problems;
|
||||
#define PCIPCI_ALIMAGIK 32 /* Need low latency setting */
|
||||
#define PCIAGP_FAIL 64 /* No PCI to AGP DMA */
|
||||
|
||||
extern unsigned long pci_cardbus_io_size;
|
||||
extern unsigned long pci_cardbus_mem_size;
|
||||
extern u8 pci_dfl_cache_line_size;
|
||||
extern u8 pci_cache_line_size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user