diff options
author | Thierry Reding <treding@nvidia.com> | 2018-01-11 23:17:30 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2019-09-16 18:32:51 +0300 |
commit | 37d212622acbccf0bb281f6e223c497f499b1575 (patch) | |
tree | 4a8e32fec34e66de307ccf751ef9b44ff0f2e332 | |
parent | 3b92198d6c279971069b86badaea73f626722cc3 (diff) | |
download | linux-37d212622acbccf0bb281f6e223c497f499b1575.tar.xz |
drm/prime: Remove duplicate forward declaration
struct device is forward-declared twice. Remove the second instance.
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180111201730.30708-1-thierry.reding@gmail.com
-rw-r--r-- | include/drm/drm_prime.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_prime.h b/include/drm/drm_prime.h index d89311b822d5..9af7422b44cf 100644 --- a/include/drm/drm_prime.h +++ b/include/drm/drm_prime.h @@ -61,8 +61,6 @@ struct drm_device; struct drm_gem_object; struct drm_file; -struct device; - /* core prime functions */ struct dma_buf *drm_gem_dmabuf_export(struct drm_device *dev, struct dma_buf_export_info *exp_info); |