Skip to content

Commit 6496f3a

Browse files
bjorn-helgaasjcmvbkbc
authored andcommitted
xtensa: Remove unused early_read_config_byte() et al declarations
early_read_config_byte() and similar are declared but never defined. Remove the unused declarations. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Message-Id: <20220121210258.1152803-1-helgaas@kernel.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
1 parent 9ddef26 commit 6496f3a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

arch/xtensa/include/asm/pci-bridge.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,4 @@ static inline void pcibios_init_resource(struct resource *res,
7373
res->child = NULL;
7474
}
7575

76-
77-
/* These are used for config access before all the PCI probing has been done. */
78-
int early_read_config_byte(struct pci_controller*, int, int, int, u8*);
79-
int early_read_config_word(struct pci_controller*, int, int, int, u16*);
80-
int early_read_config_dword(struct pci_controller*, int, int, int, u32*);
81-
int early_write_config_byte(struct pci_controller*, int, int, int, u8);
82-
int early_write_config_word(struct pci_controller*, int, int, int, u16);
83-
int early_write_config_dword(struct pci_controller*, int, int, int, u32);
84-
8576
#endif /* _XTENSA_PCI_BRIDGE_H */

0 commit comments

Comments
 (0)