diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/common.h b/include/common.h index b45f392373a..3f6b636fae5 100644 --- a/include/common.h +++ b/include/common.h @@ -662,12 +662,6 @@ static inline ulong get_ddr_freq(ulong dummy) ulong get_ddr_freq(ulong); #endif -#if defined(CONFIG_4xx) -typedef PPC4xx_SYS_INFO sys_info_t; -int ppc440spe_revB(void); -void get_sys_info ( sys_info_t * ); -#endif - int cpu_init_r (void); /* $(CPU)/interrupts.c */ |