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
This commit is contained in:
Masahiro Yamada
2017-04-24 13:50:35 +09:00
committed by Daniel Vetter
parent ff67a25d0b
commit 008be68210
7 changed files with 11 additions and 9 deletions

View File

@@ -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"