drm/core: get rid of -Iinclude/drm
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 13 May 2015 07:56:01 +0000 (09:56 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 13 May 2015 09:28:22 +0000 (11:28 +0200)
This results in a warning when building out of tree:
"cc1: warning: include/drm: No such file or directory [enabled by default]"

Most code already uses #include <drm/foo.h> correctly, so fix the
instances that don't.

Reported-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/Makefile
drivers/gpu/drm/drm_flip_work.c

Simple merge
Simple merge