diff options
author | Anton Blanchard <anton@samba.org> | 2014-08-20 02:55:20 +0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-25 17:14:43 +0400 |
commit | a38efcea56988761f89a3134145f0d5f9ea68076 (patch) | |
tree | b6dff43e39e0f25712a5c0d5dbf8678cebb79b4e /arch/powerpc/include/asm/tsi108.h | |
parent | 1217d34b531c76362217057ca70a8ce8950574e0 (diff) | |
download | linux-a38efcea56988761f89a3134145f0d5f9ea68076.tar.xz |
powerpc: Remove stale function prototypes
There were a number of prototypes for functions that no longer
exist. Remove them.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/tsi108.h')
-rw-r--r-- | arch/powerpc/include/asm/tsi108.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/tsi108.h b/arch/powerpc/include/asm/tsi108.h index f8b60793b7a9..d531d9e173ef 100644 --- a/arch/powerpc/include/asm/tsi108.h +++ b/arch/powerpc/include/asm/tsi108.h @@ -84,10 +84,6 @@ extern u32 tsi108_pci_cfg_base; /* Exported functions */ -extern int tsi108_bridge_init(struct pci_controller *hose, uint phys_csr_base); -extern unsigned long tsi108_get_mem_size(void); -extern unsigned long tsi108_get_cpu_clk(void); -extern unsigned long tsi108_get_sdc_clk(void); extern int tsi108_direct_write_config(struct pci_bus *bus, unsigned int devfn, int offset, int len, u32 val); extern int tsi108_direct_read_config(struct pci_bus *bus, unsigned int devfn, |