drm/xe: Include only relevant header in xe_module.h
authorGustavo Sousa <gustavo.sousa@intel.com>
Wed, 3 May 2023 17:49:22 +0000 (14:49 -0300)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:33:13 +0000 (18:33 -0500)
commit9bc252522dbb0e6c34e9e0e26a599fa28555d907
treee5b49b0cba3e6f46b5c0e6931446d7e9716daa30
parent4c69e4b4c60a855e6726034e68d0f23029c19301
drm/xe: Include only relevant header in xe_module.h

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>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20230503174922.252111-1-gustavo.sousa@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_module.h