projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc86a8
)
drm/lease: make drm_lease.h self-contained
author
Jani Nikula
<jani.nikula@intel.com>
Wed, 6 Mar 2024 18:31:15 +0000
(20:31 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Thu, 7 Mar 2024 15:17:25 +0000
(17:17 +0200)
Include <linux/types.h> for types used.
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/3a38688e90bb775380aad5b6aad5dce3d9d87ca7.1709749576.git.jani.nikula@intel.com
include/drm/drm_lease.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_lease.h
b/include/drm/drm_lease.h
index 5c9ef6a2aeae55e7d06f5b79c5098bd489491f43..53545b4ca9efdc623531d2fe9c2ca25769bea437 100644
(file)
--- a/
include/drm/drm_lease.h
+++ b/
include/drm/drm_lease.h
@@
-6,6
+6,8
@@
#ifndef _DRM_LEASE_H_
#define _DRM_LEASE_H_
+#include <linux/types.h>
+
struct drm_file;
struct drm_device;
struct drm_master;