I am trying to build the OMAP3 graphics kernel module against 2.6.29-rc7-omap1 (from GIT), and have been running into problems getting it to build. Two problems were pretty easy: the TI code was including "asm/resource.h" and "asm/semaphore.h" rather than "linux/resource.h" and "linux/semaphore.h". Having made those changes, it builds all the way through to the TI supplied "sysutils_linux.c", which barfs with : In file included from /space/src/OMAP35x_Graphics_SDC_3_00_00_06/GFX_Linux_KM/services4/srvkm/env/linux/kbuild/../../../../../services4/system/omap3430/sysutils.c:28: /space/src/OMAP35x_Graphics_SDC_3_00_00_06/GFX_Linux_KM/services4/srvkm/env/linux/kbuild/../../../../../services4/system/omap3430/sysutils_linux.c:154: error: variable 'cnstr_id_vdd2' has initializer but incomplete type (and many other errors). The problem line of the code is: static struct constraint_id cnstr_id_vdd2 = { and I cannot find a definition of "struct constraint_id" anywhere in the kernel. Has this been renamed, or moved, or am I looking in the wrong place? -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html