diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-04-24 06:50:34 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-05-18 07:12:31 +0200 |
commit | ff67a25d0b1a932ee6e88465b8581273c460bc32 (patch) | |
tree | d8e33e6dda3eb19ba12669fbe737488d2650a7e8 /drivers/gpu/drm/virtio/virtgpu_debugfs.c | |
parent | drm/tilcdc: fix include notation and remove -Iinclude/drm flag (diff) | |
download | linux-ff67a25d0b1a932ee6e88465b8581273c460bc32.tar.xz linux-ff67a25d0b1a932ee6e88465b8581273c460bc32.zip |
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
Diffstat (limited to 'drivers/gpu/drm/virtio/virtgpu_debugfs.c')
-rw-r--r-- | drivers/gpu/drm/virtio/virtgpu_debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/virtio/virtgpu_debugfs.c b/drivers/gpu/drm/virtio/virtgpu_debugfs.c index f51240aa720d..73dc99046c43 100644 --- a/drivers/gpu/drm/virtio/virtgpu_debugfs.c +++ b/drivers/gpu/drm/virtio/virtgpu_debugfs.c @@ -24,8 +24,8 @@ */ #include <linux/debugfs.h> +#include <drm/drmP.h> -#include "drmP.h" #include "virtgpu_drv.h" static int |