From: Gustavo Sousa Date: Wed, 3 May 2023 17:49:22 +0000 (-0300) Subject: drm/xe: Include only relevant header in xe_module.h X-Git-Tag: v6.8-rc1~111^2~7^2~746 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc252522dbb0e6c34e9e0e26a599fa28555d907;p=thirdparty%2Flinux.git drm/xe: Include only relevant header in xe_module.h Things defined in are not really used by that header. Replace that with , to have bool and u32 available. Signed-off-by: Gustavo Sousa Reviewed-by: Matthew Brost Signed-off-by: Lucas De Marchi Link: https://lore.kernel.org/r/20230503174922.252111-1-gustavo.sousa@intel.com Signed-off-by: Rodrigo Vivi --- diff --git a/drivers/gpu/drm/xe/xe_module.h b/drivers/gpu/drm/xe/xe_module.h index 86916c1763825..7169907c3365d 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 +#include /* Module modprobe variables */ extern bool enable_guc;