diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2018-06-21 09:39:21 +0200 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2018-07-03 20:41:10 +0200 |
commit | 6ff67ae759a0f839efeab40424c9dc544223f900 (patch) | |
tree | d35758b79f82fe202a5958b42b322e5138938e6a /drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | |
parent | drm/vmwgfx: Reorganize the fence wait loop (diff) | |
download | linux-6ff67ae759a0f839efeab40424c9dc544223f900.tar.xz linux-6ff67ae759a0f839efeab40424c9dc544223f900.zip |
drm/vmwgfx: Fix host message module function declarations
Make the host message module function declarations similar to the other
declarations in vmwgfx_drv.h and include the header in vmwgfx_msg.c
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Deepak Rawat <drawat@vmware.com>
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_msg.c')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c b/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c index a72268e97042..3549e6bd4178 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c @@ -31,6 +31,7 @@ #include <linux/frame.h> #include <asm/hypervisor.h> #include <drm/drmP.h> +#include "vmwgfx_drv.h" #include "vmwgfx_msg.h" |