From: Jani Nikula Date: Wed, 22 Jan 2025 14:41:33 +0000 (+0200) Subject: drm/client: include types.h to make drm_client_event.h self-contained X-Git-Tag: v6.15-rc1~120^2~19^2~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48ca4a1faafd1dbd5009bad9b32ee75e3b6317cc;p=thirdparty%2Fkernel%2Flinux.git drm/client: include types.h to make drm_client_event.h self-contained drm_client_event.h uses bool without types.h, include it. Fixes: bf17766f1083 ("drm/client: Move suspend/resume into DRM client callbacks") Cc: Thomas Zimmermann Acked-by: Simona Vetter Link: https://patchwork.freedesktop.org/patch/msgid/6c69cb005cc3a2b968b6c9675d0ba03173f6c574.1737556766.git.jani.nikula@intel.com Signed-off-by: Jani Nikula --- diff --git a/include/drm/drm_client_event.h b/include/drm/drm_client_event.h index 99863554b055d..1d544d3a32286 100644 --- a/include/drm/drm_client_event.h +++ b/include/drm/drm_client_event.h @@ -3,6 +3,8 @@ #ifndef _DRM_CLIENT_EVENT_H_ #define _DRM_CLIENT_EVENT_H_ +#include + struct drm_device; #if defined(CONFIG_DRM_CLIENT)