projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b92198
)
drm/prime: Remove duplicate forward declaration
author
Thierry Reding
<treding@nvidia.com>
Thu, 11 Jan 2018 20:17:30 +0000
(21:17 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Mon, 16 Sep 2019 15:32:51 +0000
(17:32 +0200)
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
include/drm/drm_prime.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_prime.h
b/include/drm/drm_prime.h
index
d89311b
..
9af7422
100644
(file)
--- 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);