From: Paul Sokolovsky Date: Fri, 12 Apr 2013 23:28:26 +0000 (-0500) Subject: drm.h: Fix DRM compilation with bare-metal toolchain. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6330548383cf18d608faf1c2dc0c81c60476233;p=pandora-kernel.git 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed