浏览代码

common: Drop cpu_init_f() declarations

These arch-specific functions are not needed here.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 8 年之前
父节点
当前提交
e8c8f48dd2
共有 1 个文件被更改,包括 0 次插入11 次删除
  1. 0 11
      include/common.h

+ 0 - 11
include/common.h

@@ -674,17 +674,6 @@ int	ppc440spe_revB(void);
 void	get_sys_info  ( sys_info_t * );
 #endif
 
-/* $(CPU)/cpu_init.c */
-#if defined(CONFIG_8xx) || defined(CONFIG_MPC8260)
-void	cpu_init_f    (volatile immap_t *immr);
-#endif
-#if defined(CONFIG_4xx) || defined(CONFIG_MCF52x2) || defined(CONFIG_MPC86xx)
-void	cpu_init_f    (void);
-#endif
-#ifdef CONFIG_MPC85xx
-ulong cpu_init_f(void);
-#endif
-
 int	cpu_init_r    (void);
 
 /* $(CPU)/interrupts.c */