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:
Masahiro Yamada
2017-04-24 13:50:34 +09:00
committed by Daniel Vetter
parent bb2af9bda3
commit ff67a25d0b
6 changed files with 15 additions and 16 deletions

View File

@@ -29,8 +29,8 @@
#include <linux/module.h>
#include <linux/console.h>
#include <linux/pci.h>
#include "drmP.h"
#include "drm/drm.h"
#include <drm/drmP.h>
#include <drm/drm.h>
#include "virtgpu_drv.h"
static struct drm_driver driver;