From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751048AbbCAGH1 (ORCPT ); Sun, 1 Mar 2015 01:07:27 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:35428 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750821AbbCAGH0 (ORCPT ); Sun, 1 Mar 2015 01:07:26 -0500 From: Masanari Iida To: airlied@linux.ie, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Cc: Masanari Iida Subject: [PATCH] drm: Fix warning with make xmldocs caused by drm_crtc.h Date: Sun, 1 Mar 2015 15:07:00 +0900 Message-Id: <1425190020-12913-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.3.1.167.g7f4ba4b Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix following warning while make xmldocs. Warning(.//include/drm/drm_crtc.h:1016): Excess struct/union/enum/typedef member 'num_bridges' description in 'drm_mode_group' Signed-off-by: Masanari Iida --- 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 920e21a..8a4a2d0b 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -997,7 +997,6 @@ struct drm_mode_config_funcs { * @num_crtcs: CRTC count * @num_encoders: encoder count * @num_connectors: connector count - * @num_bridges: bridge count * @id_list: list of KMS object IDs in this group * * Currently this simply tracks the global mode setting state. But in the -- 2.3.1.167.g7f4ba4b