Skip to content

Commit

Permalink
powerpc/pci: Remove unimplemented prototypes
Browse files Browse the repository at this point in the history
The corresponding definitions were deleted in commit 3d5134e
("[POWERPC] Rewrite IO allocation & mapping on powerpc64") which
was merged a mere 13 years ago.

Signed-off-by: Oliver O'Halloran <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
oohal authored and mpe committed Feb 11, 2021
1 parent 052f9d2 commit b3abe59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/powerpc/include/asm/ppc-pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@

extern unsigned long isa_io_base;

extern void pci_setup_phb_io(struct pci_controller *hose, int primary);
extern void pci_setup_phb_io_dynamic(struct pci_controller *hose, int primary);


extern struct list_head hose_list;

extern struct pci_dev *isa_bridge_pcidev; /* may be NULL if no ISA bus */
Expand Down

0 comments on commit b3abe59

Please sign in to comment.