From 68a040dfa1595d2adbe5bd9a6d7a9ca72cdd5f82 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Sun, 2 Nov 2003 17:04:06 +0000 Subject: [PATCH] moved to clock.h git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1243 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/ppc/include/ppc.h | 3 --- 1 file changed, 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