diff options
author | Thippeswamy Havalige <thippeswamy.havalige@amd.com> | 2022-10-25 08:52:09 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-11-25 11:39:22 +0100 |
commit | d4a37561c8894a59a8546256425a757a27b01b3a (patch) | |
tree | cbc56e3c721725a764634a3657e158cbed1383db /arch/microblaze/pci/Makefile | |
parent | microblaze/PCI: Remove unused PCI BIOS resource allocation (diff) | |
download | linux-d4a37561c8894a59a8546256425a757a27b01b3a.tar.xz linux-d4a37561c8894a59a8546256425a757a27b01b3a.zip |
microblaze/PCI: Remove unused PCI Indirect ops
Remove unused variants of PCI indirect handling.
Signed-off-by: Thippeswamy Havalige <thippeswamy.havalige@amd.com>
Link: https://lore.kernel.org/r/20221025065214.4663-9-thippeswamy.havalige@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'arch/microblaze/pci/Makefile')
-rw-r--r-- | arch/microblaze/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/pci/Makefile b/arch/microblaze/pci/Makefile index 0251c20e1d62..3cbdf2529b95 100644 --- a/arch/microblaze/pci/Makefile +++ b/arch/microblaze/pci/Makefile @@ -3,5 +3,5 @@ # Makefile # -obj-$(CONFIG_PCI) += pci-common.o indirect_pci.o iomap.o +obj-$(CONFIG_PCI) += pci-common.o iomap.o obj-$(CONFIG_PCI_XILINX) += xilinx_pci.o |