Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/lease: make drm_lease.h self-contained

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

+2
+2
include/drm/drm_lease.h
··· 6 6 #ifndef _DRM_LEASE_H_ 7 7 #define _DRM_LEASE_H_ 8 8 9 + #include <linux/types.h> 10 + 9 11 struct drm_file; 10 12 struct drm_device; 11 13 struct drm_master;