All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH] drm/xe: Include only relevant header in xe_module.h
@ 2023-05-03 17:49 Gustavo Sousa
  2023-05-03 17:52 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gustavo Sousa @ 2023-05-03 17:49 UTC (permalink / raw)
  To: intel-xe

Things defined in <linux/init.h> are not really used by that header.
Replace that with <linux/types.h>, to have bool and u32 available.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/xe_module.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_module.h b/drivers/gpu/drm/xe/xe_module.h
index 86916c176382..7169907c3365 100644
--- a/drivers/gpu/drm/xe/xe_module.h
+++ b/drivers/gpu/drm/xe/xe_module.h
@@ -3,7 +3,7 @@
  * Copyright © 2023 Intel Corporation
  */
 
-#include <linux/init.h>
+#include <linux/types.h>
 
 /* Module modprobe variables */
 extern bool enable_guc;
-- 
2.40.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-04  7:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-03 17:49 [Intel-xe] [PATCH] drm/xe: Include only relevant header in xe_module.h Gustavo Sousa
2023-05-03 17:52 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
2023-05-03 17:53 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-05-03 17:57 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-05-03 18:22 ` [Intel-xe] ○ CI.BAT: info " Patchwork
2023-05-04  4:28 ` [Intel-xe] [PATCH] " Matthew Brost
2023-05-04  7:40 ` Lucas De Marchi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.