summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/e820/api.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-06-17 15:12:20 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2022-06-17 15:12:20 -0500
commit32efdbffff280b304bb2cd48844ee4166078e69c (patch)
treeefca29d068388dde659c43cd0cab8f9aa44f6572 /arch/x86/include/asm/e820/api.h
parent93d17c1c8c1cc987aad378d5266d99e46efca43c (diff)
parenta2b36ffbf5b6ec301e61249c8b09e610bc80772f (diff)
Merge tag 'pci-v5.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull pci fix from Bjorn Helgaas: "Revert clipping of PCI host bridge windows to avoid E820 regions, which broke several machines by forcing unnecessary BAR reassignments (Hans de Goede)" * tag 'pci-v5.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions"
Diffstat (limited to 'arch/x86/include/asm/e820/api.h')
-rw-r--r--arch/x86/include/asm/e820/api.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/include/asm/e820/api.h b/arch/x86/include/asm/e820/api.h
index 5a39ed59b6db..e8f58ddd06d9 100644
--- a/arch/x86/include/asm/e820/api.h
+++ b/arch/x86/include/asm/e820/api.h
@@ -4,9 +4,6 @@
#include <asm/e820/types.h>
-struct device;
-struct resource;
-
extern struct e820_table *e820_table;
extern struct e820_table *e820_table_kexec;
extern struct e820_table *e820_table_firmware;
@@ -46,8 +43,6 @@ extern void e820__register_nosave_regions(unsigned long limit_pfn);
extern int e820__get_entry_type(u64 start, u64 end);
-extern void remove_e820_regions(struct device *dev, struct resource *avail);
-
/*
* Returns true iff the specified range [start,end) is completely contained inside
* the ISA region.