打上Kernel_3.0.8_TQ210_for_Android_v1.0_v1.2.patch补丁后,不能编译,终端出错提示:
arch/arm/mach-s5pv210/mach-tq210.c: In function 'tq210_fixup_bootmem':
arch/arm/mach-s5pv210/mach-tq210.c:584: error: 'tq210_media_devs' undeclared (first use in this function)
arch/arm/mach-s5pv210/mach-tq210.c:584: error: (Each undeclared identifier is reported only once
arch/arm/mach-s5pv210/mach-tq210.c:584: error: for each function it appears in.)
arch/arm/mach-s5pv210/mach-tq210.c:584: warning: type defaults to 'int' in declaration of 'type name'
arch/arm/mach-s5pv210/mach-tq210.c:584: warning: type defaults to 'int' in declaration of 'type name'
arch/arm/mach-s5pv210/mach-tq210.c:584: error: negative width in bit-field '<anonymous>'
arch/arm/mach-s5pv210/mach-tq210.c: At top level:
arch/arm/mach-s5pv210/mach-tq210.c:1814: warning: excess elements in array initializer
arch/arm/mach-s5pv210/mach-tq210.c:1814: warning: (near initialization for 'fimc_plat_lsi.camera')
arch/arm/mach-s5pv210/mach-tq210.c: In function 'tq210_map_io':
arch/arm/mach-s5pv210/mach-tq210.c:2134: error: 'BYTES_PER_PIXEL' undeclared (first use in this function)
arch/arm/mach-s5pv210/mach-tq210.c:2135: error: 'NUM_BUFFER' undeclared (first use in this function)
arch/arm/mach-s5pv210/mach-tq210.c:2148: error: 'tq210_media_devs' undeclared (first use in this function)
arch/arm/mach-s5pv210/mach-tq210.c:2148: warning: type defaults to 'int' in declaration of 'type name'
arch/arm/mach-s5pv210/mach-tq210.c:2148: warning: type defaults to 'int' in declaration of 'type name'
arch/arm/mach-s5pv210/mach-tq210.c:2148: error: negative width in bit-field '<anonymous>'
make[1]: *** [arch/arm/mach-s5pv210/mach-tq210.o] 错误 1
make: *** [arch/arm/mach-s5pv210] 错误 2