This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

porting from DM368 to DM6467 compiling errors

when porting the av_capture sources from DM368 to DM6467, I got following  compiling errors, don't seem to have solution to get over, can someone help me? Thanks.

Following is the error message

arch/arm/mach-davinci/include/mach/time.h:33: error: array type has incomplete element type

but if I dig into, there only seems have incomplete definition maybe related to

struct davinci_timer_instance {
        void __iomem    *base;
        u32             bottom_irq;
        u32             top_irq;

        unsigned long   cmp_off;

};

      which has this define:   extern void __iomem *davinci_intc_base;

    which one could be the cause, or others?

Any suggestion is welcome.