drm/virtio: 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-17-git-send-email-yamada.masahiro@socionext.com
This commit is contained in:

committed by
Daniel Vetter

parent
bb2af9bda3
commit
ff67a25d0b
@@ -26,9 +26,10 @@
|
||||
*/
|
||||
|
||||
#include <drm/drmP.h>
|
||||
#include "virtgpu_drv.h"
|
||||
#include <drm/virtgpu_drm.h>
|
||||
#include "ttm/ttm_execbuf_util.h"
|
||||
#include <drm/ttm/ttm_execbuf_util.h>
|
||||
|
||||
#include "virtgpu_drv.h"
|
||||
|
||||
static void convert_to_hw_box(struct virtio_gpu_box *dst,
|
||||
const struct drm_virtgpu_3d_box *src)
|
||||
|
Reference in New Issue
Block a user