diff options
author | Thippeswamy Havalige <thippeswamy.havalige@amd.com> | 2022-10-25 08:52:11 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-11-25 11:39:23 +0100 |
commit | 3604ef61f18ae024b4bf2686361965469f9ff805 (patch) | |
tree | 5590c0d83aca04f00023a234fe52a8a01b0329a7 /arch/microblaze/include/asm/pci.h | |
parent | microblaze/PCI: Remove unused pci_address_to_pio() conversion of CPU address ... (diff) | |
download | linux-3604ef61f18ae024b4bf2686361965469f9ff805.tar.xz linux-3604ef61f18ae024b4bf2686361965469f9ff805.zip |
microblaze/PCI: Remove unused sys_pciconfig_iobase() and et al declaration
Removed unused code which provides information of various
I/O regions.
Signed-off-by: Thippeswamy Havalige <thippeswamy.havalige@amd.com>
Link: https://lore.kernel.org/r/20221025065214.4663-11-thippeswamy.havalige@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'arch/microblaze/include/asm/pci.h')
-rw-r--r-- | arch/microblaze/include/asm/pci.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/microblaze/include/asm/pci.h b/arch/microblaze/include/asm/pci.h index 6da7523d9613..52d572dd41ba 100644 --- a/arch/microblaze/include/asm/pci.h +++ b/arch/microblaze/include/asm/pci.h @@ -21,13 +21,6 @@ #define PCIBIOS_MIN_IO 0x1000 #define PCIBIOS_MIN_MEM 0x10000000 -/* Values for the `which' argument to sys_pciconfig_iobase syscall. */ -#define IOBASE_BRIDGE_NUMBER 0 -#define IOBASE_MEMORY 1 -#define IOBASE_IO 2 -#define IOBASE_ISA_IO 3 -#define IOBASE_ISA_MEM 4 - /* * Set this to 1 if you want the kernel to re-assign all PCI * bus numbers (don't do that on ppc64 yet !) |