diff options
Diffstat (limited to 'src/arch/ppc/include/ppc.h')
-rw-r--r-- | src/arch/ppc/include/ppc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/ppc/include/ppc.h b/src/arch/ppc/include/ppc.h index d35eb70c54..8dec6254f4 100644 --- a/src/arch/ppc/include/ppc.h +++ b/src/arch/ppc/include/ppc.h @@ -36,7 +36,4 @@ extern void ppc_enable_mmu(void); /* Describe which sort of ppc CPU I am */ extern void ppc_identify(void); - -/* CPU clock speed in ticks per second */ -extern unsigned long get_clock_speed(); #endif |