diff options
author | Borislav Petkov <bp@suse.de> | 2020-03-16 15:23:21 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-03-17 12:25:58 +0300 |
commit | 19d33357ecdf6f4d591b4c17f119bacd6ae834eb (patch) | |
tree | b0d5efde7d969e8301956b681d8583bf424220b5 /arch/x86/include/asm/amd_nb.h | |
parent | 753039ef8b2f1078e5bff8cd42f80578bf6385b0 (diff) | |
download | linux-19d33357ecdf6f4d591b4c17f119bacd6ae834eb.tar.xz |
x86/amd_nb, char/amd64-agp: Use amd_nb_num() accessor
... to find whether there are northbridges present on the
system. Convert the last forgotten user and therefore, unexport
amd_nb_misc_ids[] too.
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Michal Kubecek <mkubecek@suse.cz>
Cc: Yazen Ghannam <yazen.ghannam@amd.com>
Link: https://lkml.kernel.org/r/20200316150725.925-1-bp@alien8.de
Diffstat (limited to 'arch/x86/include/asm/amd_nb.h')
-rw-r--r-- | arch/x86/include/asm/amd_nb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/amd_nb.h b/arch/x86/include/asm/amd_nb.h index 1ae4e5791afa..c7df20e78b09 100644 --- a/arch/x86/include/asm/amd_nb.h +++ b/arch/x86/include/asm/amd_nb.h @@ -12,7 +12,6 @@ struct amd_nb_bus_dev_range { u8 dev_limit; }; -extern const struct pci_device_id amd_nb_misc_ids[]; extern const struct amd_nb_bus_dev_range amd_nb_bus_dev_ranges[]; extern bool early_is_amd_nb(u32 value); |