aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/tsi108.h
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2014-08-20 08:55:20 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2014-09-25 23:14:43 +1000
commita38efcea56988761f89a3134145f0d5f9ea68076 (patch)
treeb6dff43e39e0f25712a5c0d5dbf8678cebb79b4e /arch/powerpc/include/asm/tsi108.h
parentpowerpc: Ensure global functions include their prototype (diff)
downloadlinux-dev-a38efcea56988761f89a3134145f0d5f9ea68076.tar.xz
linux-dev-a38efcea56988761f89a3134145f0d5f9ea68076.zip
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.h4
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,