From patchwork Sat Mar 19 00:18:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 645751 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2J0Ij9Q005987 for ; Sat, 19 Mar 2011 00:18:46 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757712Ab1CSASn (ORCPT ); Fri, 18 Mar 2011 20:18:43 -0400 Received: from na3sys009aog103.obsmtp.com ([74.125.149.71]:39140 "EHLO na3sys009aog103.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757680Ab1CSASh (ORCPT ); Fri, 18 Mar 2011 20:18:37 -0400 Received: from source ([209.85.210.178]) (using TLSv1) by na3sys009aob103.postini.com ([74.125.148.12]) with SMTP ID DSNKTYP2XIXnl9w8ZgsBYWE2shTOCOnOMOsp@postini.com; Fri, 18 Mar 2011 17:18:37 PDT Received: by mail-iy0-f178.google.com with SMTP id 12so4209797iyi.9 for ; Fri, 18 Mar 2011 17:18:36 -0700 (PDT) Received: by 10.42.162.200 with SMTP id z8mr2465180icx.248.1300493916556; Fri, 18 Mar 2011 17:18:36 -0700 (PDT) Received: from localhost (c-24-18-179-55.hsd1.wa.comcast.net [24.18.179.55]) by mx.google.com with ESMTPS id 13sm1820960ibo.59.2011.03.18.17.18.35 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 Mar 2011 17:18:36 -0700 (PDT) From: Kevin Hilman To: linux-omap@vger.kernel.org Cc: Paul Walmsely , Benoit Cousson Subject: [PATCH 1/7] OMAP2+: hwmod: remove unused voltagedomain pointer Date: Fri, 18 Mar 2011 17:18:46 -0700 Message-Id: <1300493932-17362-2-git-send-email-khilman@ti.com> X-Mailer: git-send-email 1.7.4 In-Reply-To: <1300493932-17362-1-git-send-email-khilman@ti.com> References: <1300493932-17362-1-git-send-email-khilman@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sat, 19 Mar 2011 00:18:46 +0000 (UTC) diff --git a/arch/arm/plat-omap/include/plat/omap_hwmod.h b/arch/arm/plat-omap/include/plat/omap_hwmod.h index 1adea9c..a5fa7c1 100644 --- a/arch/arm/plat-omap/include/plat/omap_hwmod.h +++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h @@ -520,7 +520,6 @@ struct omap_hwmod { struct clk *_clk; struct omap_hwmod_opt_clk *opt_clks; char *vdd_name; - struct voltagedomain *voltdm; struct omap_hwmod_ocp_if **masters; /* connect to *_IA */ struct omap_hwmod_ocp_if **slaves; /* connect to *_TA */ void *dev_attr;