Commit 37d21262 authored by Thierry Reding's avatar Thierry Reding

drm/prime: Remove duplicate forward declaration

struct device is forward-declared twice. Remove the second instance.
Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180111201730.30708-1-thierry.reding@gmail.com
parent 3b92198d
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment