[PATCH 3/6] drm: include idr.h from drm_file.h
Daniel Vetter
daniel at ffwll.ch
Thu Dec 27 16:05:37 UTC 2018
On Thu, Dec 27, 2018 at 02:56:38PM +0200, Jani Nikula wrote:
> Make it easier to drop drmP.h includes.
>
> Cc: Sam Ravnborg <sam at ravnborg.org>
> Cc: Daniel Vetter <daniel at ffwll.ch>
> Cc: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> Signed-off-by: Jani Nikula <jani.nikula at intel.com>
> ---
> include/drm/drm_file.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/drm/drm_file.h b/include/drm/drm_file.h
> index 84ac79219e4c..6710b612e2f6 100644
> --- a/include/drm/drm_file.h
> +++ b/include/drm/drm_file.h
> @@ -32,6 +32,7 @@
>
> #include <linux/types.h>
> #include <linux/completion.h>
> +#include <linux/idr.h>
Yup, we embed the struct idr.
Reviewed-by: Daniel Vetter <daniel.vetter at ffwll.ch>
>
> #include <uapi/drm/drm.h>
>
> --
> 2.11.0
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
More information about the dri-devel
mailing list