diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-04-24 06:50:30 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-05-17 14:36:17 +0200 |
commit | edaf492c1319c9b23c013ee9c6b99a6d9d61dcc3 (patch) | |
tree | 62a904c7dc8eddc142516a41319eb1c49ad294a1 /drivers/gpu/drm/qxl/qxl_debugfs.c | |
parent | drm/nouveau: fix include notation and remove -Iinclude/drm flag (diff) | |
download | linux-edaf492c1319c9b23c013ee9c6b99a6d9d61dcc3.tar.xz linux-edaf492c1319c9b23c013ee9c6b99a6d9d61dcc3.zip |
drm/qxl: fix include notation and remove -Iinclude/drm flag
Include <drm/*.h> instead of relative path from include/drm, then
remove the -Iinclude/drm compiler flag.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-13-git-send-email-yamada.masahiro@socionext.com
Diffstat (limited to 'drivers/gpu/drm/qxl/qxl_debugfs.c')
-rw-r--r-- | drivers/gpu/drm/qxl/qxl_debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/qxl/qxl_debugfs.c b/drivers/gpu/drm/qxl/qxl_debugfs.c index ffe821b61f7d..15c84068d3fb 100644 --- a/drivers/gpu/drm/qxl/qxl_debugfs.c +++ b/drivers/gpu/drm/qxl/qxl_debugfs.c @@ -30,7 +30,7 @@ #include <linux/debugfs.h> -#include "drmP.h" +#include <drm/drmP.h> #include "qxl_drv.h" #include "qxl_object.h" |