]> git.proxmox.com Git - mirror_qemu.git/commitdiff
ppc: Remove unused function cpu_ppc601_rtc_init()
authorThomas Huth <thuth@redhat.com>
Tue, 17 Jan 2017 13:37:49 +0000 (14:37 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 Jan 2017 23:10:14 +0000 (10:10 +1100)
It is completely unused, thus it can be removed without problems.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/ppc.c

index 89458690097fa573506f282a5ef8136179c2186b..f9a4b51d641e2c89a295ab0ad6c95072ff7ee8be 100644 (file)
@@ -950,13 +950,6 @@ clk_setup_cb cpu_ppc_tb_init (CPUPPCState *env, uint32_t freq)
 }
 
 /* Specific helpers for POWER & PowerPC 601 RTC */
-#if 0
-static clk_setup_cb cpu_ppc601_rtc_init (CPUPPCState *env)
-{
-    return cpu_ppc_tb_init(env, 7812500);
-}
-#endif
-
 void cpu_ppc601_store_rtcu (CPUPPCState *env, uint32_t value)
 {
     _cpu_ppc_store_tbu(env, value);