diff options
author | Anton Blanchard <anton@samba.org> | 2012-11-01 10:55:55 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-11-14 21:00:54 -0500 |
commit | 5e0f9ea784036a3e62a25a9ab5e8f323cb25b321 (patch) | |
tree | bf494585b746ffcc22ab74c4499b73620003c5df /arch | |
parent | 560285cd2c6f535b18b701900d3c028bb31f4dba (diff) |
powerpc: Remove stale function prototypes from setup.h
I noticed a couple of function prototypes for functions that
no longer exist. Remove them.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/include/asm/setup.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/setup.h b/arch/powerpc/include/asm/setup.h index 8568c69364cc..d3ca85529b8b 100644 --- a/arch/powerpc/include/asm/setup.h +++ b/arch/powerpc/include/asm/setup.h | |||
@@ -13,10 +13,6 @@ extern unsigned long long memory_limit; | |||
13 | extern unsigned long klimit; | 13 | extern unsigned long klimit; |
14 | extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask); | 14 | extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask); |
15 | 15 | ||
16 | extern void via_cuda_init(void); | ||
17 | extern void read_rtc_time(void); | ||
18 | extern void pmac_find_display(void); | ||
19 | |||
20 | struct device_node; | 16 | struct device_node; |
21 | extern void note_scsi_host(struct device_node *, void *); | 17 | extern void note_scsi_host(struct device_node *, void *); |
22 | 18 | ||