From patchwork Wed Feb 13 14:22:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: archit taneja X-Patchwork-Id: 2137141 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id F3FDFDFE75 for ; Wed, 13 Feb 2013 14:24:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934141Ab3BMOYz (ORCPT ); Wed, 13 Feb 2013 09:24:55 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:60165 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934039Ab3BMOYy (ORCPT ); Wed, 13 Feb 2013 09:24:54 -0500 Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id r1DEOsi1023476; Wed, 13 Feb 2013 08:24:54 -0600 Received: from DLEE74.ent.ti.com (dlee74.ent.ti.com [157.170.170.8]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id r1DEOsRg010567; Wed, 13 Feb 2013 08:24:54 -0600 Received: from dlelxv24.itg.ti.com (172.17.1.199) by DLEE74.ent.ti.com (157.170.170.8) with Microsoft SMTP Server id 14.1.323.3; Wed, 13 Feb 2013 08:24:54 -0600 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlelxv24.itg.ti.com (8.13.8/8.13.8) with ESMTP id r1DEOrxB026309; Wed, 13 Feb 2013 08:24:53 -0600 Received: from localhost (a0393947pc.apr.dhcp.ti.com [172.24.137.46]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id r1DEOqV16328; Wed, 13 Feb 2013 08:24:52 -0600 (CST) From: Archit Taneja To: CC: , , Archit Taneja Subject: [PATCH 33/33] OMAPDSS: remove reset_gpio field from omap_dss_device Date: Wed, 13 Feb 2013 19:52:25 +0530 Message-ID: <1360765345-19312-34-git-send-email-archit@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1360765345-19312-1-git-send-email-archit@ti.com> References: <1360765345-19312-1-git-send-email-archit@ti.com> MIME-Version: 1.0 Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org The reset_gpio field isn't used by any panel driver to retrieve a reset gpio number. All the panel drivers receive gpio data from their corresponding platform_data structs. Remove the reset_gpio field. Signed-off-by: Archit Taneja --- include/video/omapdss.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/video/omapdss.h b/include/video/omapdss.h index e1ebb48..fe8672c 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -629,8 +629,6 @@ struct omap_dss_device { struct rfbi_timings rfbi_timings; } ctrl; - int reset_gpio; - const char *name; /* used to match device to driver */