[PATCH 14/86] drm/vmwgfx: Direct include headers from drm_print
Sam Ravnborg via B4 Submission Endpoint
devnull+sam.ravnborg.org at kernel.org
Sat Jan 21 20:07:52 UTC 2023
From: Sam Ravnborg <sam at ravnborg.org>
Direct include the headers that otherwise comes indirect from
drm_print.h, because drm_print.h will be reduced to
include only the minimal set of headers.
Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
---
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c b/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
index ce609e7d758f..04b2dec75813 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
@@ -24,6 +24,8 @@
*
*/
+#include <linux/debugfs.h>
+
#include "vmwgfx_drv.h"
#include "drm/drm_prime.h"
--
2.34.1
More information about the dri-devel
mailing list