]> git.baikalelectronics.ru Git - kernel.git/commit
drm.h: Fix DRM compilation with bare-metal toolchain.
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>
Fri, 12 Apr 2013 23:28:26 +0000 (18:28 -0500)
committerDave Airlie <airlied@redhat.com>
Tue, 16 Apr 2013 03:15:26 +0000 (13:15 +1000)
commit202cc0c9c2dc51e71ed3f5ee178f584102ede456
treee0c9e9871642c763ee03c7f712deb0926917b4f9
parent3e0059421516a9a8dad19ba9aa1613a94ca7af29
drm.h: Fix DRM compilation with bare-metal toolchain.

An ifdef in drm.h expects to be compiled with full-fledged Linux
toolchain, but it's common to compile kernel with just bare-metal
toolchain which doesn't define __linux__. So, also add __KERNEL__
check.

[nm@ti.com: port forward to 3.9-rc6 and post to dri devel for feedback as RFC]
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/uapi/drm/drm.h