mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] [linux-next] drm:bridge: Fix warning while make xmldocs caused by drm_crtc.h
@ 2015-07-29 10:23 Masanari Iida
  0 siblings, 0 replies; only message in thread
From: Masanari Iida @ 2015-07-29 10:23 UTC (permalink / raw)
  To: airlied, linux-kernel, dri-devel, akpm; +Cc: Masanari Iida

This patch fix following warning while make xmldocs.

.//include/drm/drm_crtc.h:933: warning: Excess struct/union/enum/typedef
member 'base' description in 'drm_bridge'

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 include/drm/drm_crtc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 5746569..382c10a 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -915,7 +915,6 @@ struct drm_bridge_funcs {
  * @next: the next bridge in the encoder chain
  * @of_node: device node pointer to the bridge
  * @list: to keep track of all added bridges
- * @base: base mode object
  * @funcs: control functions
  * @driver_private: pointer to the bridge driver's internal context
  */
-- 
2.5.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-29 10:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-29 10:23 [PATCH] [linux-next] drm:bridge: Fix warning while make xmldocs caused by drm_crtc.h Masanari Iida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®