I am getting this error, and I'm still new to programming, could
someone help me?
arch/arm/mach-tegra/common.c:123: error: array type has incomplete
element type
arch/arm/mach-tegra/common.c: In function 'tegra_init_early':
arch/arm/mach-tegra/common.c:321: error: implicit declaration of
function 'tegra_clk_init_from_table'
This is where I think it is at
"
static void tegra_pm_restart(char mode, const char *cmd)
{
tegra_pm_flush_console();
arm_machine_restart(mode, cmd);
}
void __init tegra_init_early(void)
{
arm_pm_restart = tegra_pm_restart;
#ifndef CONFIG_SMP
/* For SMP system, initializing the reset handler here is too
late. For non-SMP systems, the function that calls the
reset
handler initializer is not called, so do it here for non-
SMP. */
tegra_cpu_reset_handler_init();
#endif
"
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel