Do not require users of drm_legacy.h to include other files just to let it build.
Signed-off-by: Sam Ravnborg <[email protected]> Cc: Maarten Lankhorst <[email protected]> Cc: Maxime Ripard <[email protected]> Cc: Sean Paul <[email protected]> Cc: David Airlie <[email protected]> Cc: Daniel Vetter <[email protected]> --- include/drm/drm_legacy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/drm/drm_legacy.h b/include/drm/drm_legacy.h index 2182a56ac421..1d32acd712de 100644 --- a/include/drm/drm_legacy.h +++ b/include/drm/drm_legacy.h @@ -1,10 +1,12 @@ #ifndef __DRM_DRM_LEGACY_H__ #define __DRM_DRM_LEGACY_H__ +#include <drm/drm.h> #include <drm/drm_auth.h> #include <drm/drm_hashtab.h> struct drm_device; +struct file; /* * Legacy driver interfaces for the Direct Rendering Manager -- 2.20.1 _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
