diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-04-24 06:50:35 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-05-18 07:12:40 +0200 |
commit | 008be682100ce6c5f3fdca18f4e340095dbcb60a (patch) | |
tree | d22d402883cb55cdb62fa699880c9c6aa3f5350a /drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | |
parent | drm/virtio: fix include notation and remove -Iinclude/drm flag (diff) | |
download | linux-008be682100ce6c5f3fdca18f4e340095dbcb60a.tar.xz linux-008be682100ce6c5f3fdca18f4e340095dbcb60a.zip |
drm/vmwgfx: 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-18-git-send-email-yamada.masahiro@socionext.com
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_msg.c')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c b/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c index e57a0bad7a62..6063c9636d4a 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c @@ -30,7 +30,7 @@ #include <linux/kernel.h> #include <linux/frame.h> #include <asm/hypervisor.h> -#include "drmP.h" +#include <drm/drmP.h> #include "vmwgfx_msg.h" |