linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: gpu: drm: xen_drm_front_drm_info is declared twice
@ 2021-03-25  6:19 Wan Jiabing
  2021-03-25  6:53 ` Oleksandr Andrushchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Wan Jiabing @ 2021-03-25  6:19 UTC (permalink / raw)
  To: Oleksandr Andrushchenko, David Airlie, Daniel Vetter, dri-devel,
	xen-devel, linux-kernel
  Cc: kael_w, Wan Jiabing

struct xen_drm_front_drm_info has been declared. 
Remove the duplicate.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 drivers/gpu/drm/xen/xen_drm_front_conn.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xen/xen_drm_front_conn.h b/drivers/gpu/drm/xen/xen_drm_front_conn.h
index 3adacba9a23b..e5f4314899ee 100644
--- a/drivers/gpu/drm/xen/xen_drm_front_conn.h
+++ b/drivers/gpu/drm/xen/xen_drm_front_conn.h
@@ -16,7 +16,6 @@
 struct drm_connector;
 struct xen_drm_front_drm_info;
 
-struct xen_drm_front_drm_info;
 
 int xen_drm_front_conn_init(struct xen_drm_front_drm_info *drm_info,
 			    struct drm_connector *connector);
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-25  9:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  6:19 [PATCH] drivers: gpu: drm: xen_drm_front_drm_info is declared twice Wan Jiabing
2021-03-25  6:53 ` Oleksandr Andrushchenko
2021-03-25  9:16   ` Daniel Vetter
2021-03-25  9:18     ` Daniel Vetter
2021-03-25  9:28     ` Oleksandr Andrushchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).