Some of needed header files are missing or not being included by
arch/arm/mach-tegra/common.c.
Check arch/arm/mach-tegra/common.c line#123 for a defined but missed data type.

On Tue, Dec 27, 2011 at 3:49 AM, Giveen <ajaxx20...@gmail.com> wrote:
> 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: android-kernel+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-kernel



-- 
Life is something more than living.
Jui-Chang, Kuo.

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to