From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Harvey Subject: [PATCH] drm/mgag200: Cleanup: 'fbdev_list' in 'struct mga_fbdev' is not used Date: Tue, 26 Feb 2013 10:54:22 -0500 Message-ID: <20130226155422.GA18625@harvey-pc.matrox.com> References: <20130226155255.GA18595@harvey-pc.matrox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mtxmxout7.matrox.com (mtxmxout9.matrox.com [138.11.2.99]) by gabe.freedesktop.org (Postfix) with ESMTP id 4F614E65CB for ; Tue, 26 Feb 2013 08:14:34 -0800 (PST) Received: from venus.matrox.com (venus.matrox.com [192.168.1.30]) by mtxmxout7.matrox.com (Postfix) with ESMTP id D6DE91C6E05 for ; Tue, 26 Feb 2013 10:50:02 -0500 (EST) Received: (from ssmsp@localhost) by venus.matrox.com (8.14.4/8.13.2) id r1QFo2Ab022946 for dri-devel@lists.freedesktop.org; Tue, 26 Feb 2013 10:50:02 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by venus.matrox.com (Postfix) with ESMTP id 8348DF4DB8 for ; Tue, 26 Feb 2013 10:50:02 -0500 (EST) Received: from pluton.matrox.com (pluton.matrox.com [192.168.8.7]) by venus.matrox.com (Postfix) with ESMTP id 5E66BF4DB5 for ; Tue, 26 Feb 2013 10:50:02 -0500 (EST) Content-Disposition: inline In-Reply-To: <20130226155255.GA18595@harvey-pc.matrox.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org Cc: Julia Lemire , Mathieu Larouche List-Id: dri-devel@lists.freedesktop.org Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_drv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_drv.h b/drivers/gpu/drm/mgag200/mgag200_drv.h index 5ea5033..4d932c4 100644 --- a/drivers/gpu/drm/mgag200/mgag200_drv.h +++ b/drivers/gpu/drm/mgag200/mgag200_drv.h @@ -112,7 +112,6 @@ struct mga_framebuffer { struct mga_fbdev { struct drm_fb_helper helper; struct mga_framebuffer mfb; - struct list_head fbdev_list; void *sysram; int size; struct ttm_bo_kmap_obj mapping; -- 1.7.12.4