aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/fhc.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-06-05 11:42:40 -0700
committerDavid S. Miller <davem@davemloft.net>2008-07-17 21:38:08 -0700
commit908f5162ca59ed46a928e8416db159777d432e77 (patch)
tree7d7aa8d1d645a28d3e3204b6549766f429fe90e6 /include/asm-sparc64/fhc.h
parentsparc/mm/: possible cleanups (diff)
downloadlinux-dev-908f5162ca59ed46a928e8416db159777d432e77.tar.xz
linux-dev-908f5162ca59ed46a928e8416db159777d432e77.zip
sparc64/kernel/: make code static
This patch makes the following needlessly global code static: - central.c: struct central_bus - central.c: struct fhc_list - central.c: apply_fhc_ranges() - central.c: apply_central_ranges() - ds.c: struct ds_states_template[] - pci_msi.c: sparc64_setup_msi_irq() - pci_msi.c: sparc64_teardown_msi_irq() - pci_sun4v.c: struct sun4v_dma_ops - sys_sparc32.c: cp_compat_stat64() Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/asm-sparc64/fhc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-sparc64/fhc.h b/include/asm-sparc64/fhc.h
index ddffcdfbc984..788cbc46a116 100644
--- a/include/asm-sparc64/fhc.h
+++ b/include/asm-sparc64/fhc.h
@@ -118,14 +118,4 @@ struct linux_fhc {
int num_fhc_ranges;
};
-extern struct linux_central *central_bus;
-
-extern void apply_central_ranges(struct linux_central *central,
- struct linux_prom_registers *regs,
- int nregs);
-
-extern void apply_fhc_ranges(struct linux_fhc *fhc,
- struct linux_prom_registers *regs,
- int nregs);
-
#endif /* !(_SPARC64_FHC_H) */