compat-drivers: force using include/drm for header namespace
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 27 Sep 2012 23:41:09 +0000 (16:41 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 27 Sep 2012 23:43:35 +0000 (16:43 -0700)
commit09cbf22d46383c03b87fbba3666106b3c6054e0c
treeb812f1f79df00ee3d33540d682d8087d5d43874f
parent2bb775b857de540eaf2ce5929d0b06eb81c2bd1b
compat-drivers: force using include/drm for header namespace

Turns out DRM drivers use this:

 #include "drmP.h"

Instead of:

 #include <drm/drmP.h>

Withtout this change we are using the older kernel's header
file and not the one we are cherry pickng over from the kernel
we want to help backport.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Makefile