[PATCH] drm/prime: Remove duplicate forward declaration

Christian König ckoenig.leichtzumerken at gmail.com
Fri Jan 12 10:28:38 UTC 2018


Am 11.01.2018 um 21:17 schrieb Thierry Reding:
> From: Thierry Reding <treding at nvidia.com>
>
> struct device is forward-declared twice. Remove the second instance.
>
> Signed-off-by: Thierry Reding <treding at nvidia.com>

Reviewed-by: Christian König <christian.koenig at amd.com>

> ---
>   include/drm/drm_prime.h | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/include/drm/drm_prime.h b/include/drm/drm_prime.h
> index 9cd9e36f77b5..59ccab402e85 100644
> --- a/include/drm/drm_prime.h
> +++ b/include/drm/drm_prime.h
> @@ -59,8 +59,6 @@ struct drm_device;
>   struct drm_gem_object;
>   struct drm_file;
>   
> -struct device;
> -
>   struct dma_buf *drm_gem_prime_export(struct drm_device *dev,
>   				     struct drm_gem_object *obj,
>   				     int flags);



More information about the dri-devel mailing list