projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d07bc
)
drm/client: include types.h to make drm_client_event.h self-contained
author
Jani Nikula
<jani.nikula@intel.com>
Wed, 22 Jan 2025 14:41:33 +0000
(16:41 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Wed, 12 Feb 2025 08:44:43 +0000
(10:44 +0200)
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 <tzimmermann@suse.de>
Acked-by: Simona Vetter <simona.vetter@ffwll.ch>
Link:
https://patchwork.freedesktop.org/patch/msgid/6c69cb005cc3a2b968b6c9675d0ba03173f6c574.1737556766.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
include/drm/drm_client_event.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_client_event.h
b/include/drm/drm_client_event.h
index
9986355
..
1d544d3
100644
(file)
--- 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 <linux/types.h>
+
struct drm_device;
#if defined(CONFIG_DRM_CLIENT)