summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_flip_work.c
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2015-05-13 09:56:01 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-05-13 11:28:22 +0200
commitf9be5f20115441488c8ef1391ef70b681135f0ad (patch)
tree658a1dda29c51e4c4303638f0cc0a75d78f49f3c /drivers/gpu/drm/drm_flip_work.c
parentb588c92b66c52b6dca293ce554878e8af8fb58cb (diff)
drm/core: get rid of -Iinclude/drm
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>
Diffstat (limited to 'drivers/gpu/drm/drm_flip_work.c')
-rw-r--r--drivers/gpu/drm/drm_flip_work.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_flip_work.c b/drivers/gpu/drm/drm_flip_work.c
index 43d9b950ef9f..12dea16f22a8 100644
--- a/drivers/gpu/drm/drm_flip_work.c
+++ b/drivers/gpu/drm/drm_flip_work.c
@@ -21,8 +21,8 @@
* SOFTWARE.
*/
-#include "drmP.h"
-#include "drm_flip_work.h"
+#include <drm/drmP.h>
+#include <drm/drm_flip_work.h>
/**
* drm_flip_work_allocate_task - allocate a flip-work task