On 06/03/2011 04:16 PM, Somebody in the thread at some point said:
Hello,
Just to give more background, compilation error apparently caused by this happened during building kernel-tilt with upstream android toolchain: https://android-build.linaro.org/jenkins/job/patrik-ryd_lt-panda/8/consoleFu...
CC drivers/gpu/drm/drm_auth.o In file included from include/drm/drmP.h:76, from drivers/gpu/drm/drm_auth.c:36: include/drm/drm.h:47:24: error: sys/ioccom.h: No such file or directory include/drm/drm.h:48:23: error: sys/types.h: No such file or directory In file included from include/drm/drmP.h:76, from drivers/gpu/drm/drm_auth.c:36:
Google knows about at least couple more cases: http://www.google.com/search?client=ubuntu&channel=fs&q=include%2Fdr...
Right, the makefiles in the pvr subdirs bodge -D__linux__ on and that works, but if you include those patched includes from anywhere in normal kernel space-time it'd blow chunks... nice fix.
-Andy