From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 7/7] OMAP2+: devices: Remove all omap_device_pm_latency structures Date: Wed, 31 Aug 2011 15:31:12 -0700 Message-ID: <87sjoh6wnj.fsf@ti.com> References: <1314026347-21623-1-git-send-email-b-cousson@ti.com> <1314026347-21623-8-git-send-email-b-cousson@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1314026347-21623-8-git-send-email-b-cousson@ti.com> (Benoit Cousson's message of "Mon, 22 Aug 2011 17:19:07 +0200") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Benoit Cousson Cc: paul@pwsan.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org Benoit Cousson writes: > Remove all these duplicated structures since a default one is now > available. > > Signed-off-by: Benoit Cousson > Cc: Kevin Hilman > --- > arch/arm/mach-omap2/devices.c | 46 +++---------------------------------- > arch/arm/mach-omap2/display.c | 11 +-------- > arch/arm/mach-omap2/dma.c | 11 +-------- > arch/arm/mach-omap2/gpio.c | 12 +--------- > arch/arm/mach-omap2/hsmmc.c | 18 +-------------- > arch/arm/mach-omap2/hwspinlock.c | 12 +--------- > arch/arm/mach-omap2/mcbsp.c | 11 +-------- > arch/arm/mach-omap2/serial.c | 25 +------------------- > arch/arm/mach-omap2/sr_device.c | 11 +-------- > arch/arm/mach-omap2/usb-musb.c | 11 +-------- > arch/arm/plat-omap/i2c.c | 10 +------- > 11 files changed, 14 insertions(+), 164 deletions(-) Nice! queuing this for v3.2 (branch: for_3.2/omap_device) Kevin