From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751468Ab3A1CUP (ORCPT ); Sun, 27 Jan 2013 21:20:15 -0500 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:35611 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750740Ab3A1CUM (ORCPT ); Sun, 27 Jan 2013 21:20:12 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 72.84.113.162 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/JLU0BHIZe5w2WMCn/mSUEx2l3sL8AzBA= Date: Sun, 27 Jan 2013 21:20:07 -0500 From: Jason Cooper To: Sebastian Hesselbarth Cc: Andrew Lunn , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] ARM: Dove: cleanup includes Message-ID: <20130128022007.GI1758@titan.lakedaemon.net> References: <1355790269-10596-1-git-send-email-sebastian.hesselbarth@gmail.com> <1355790269-10596-2-git-send-email-sebastian.hesselbarth@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1355790269-10596-2-git-send-email-sebastian.hesselbarth@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 18, 2012 at 01:24:28AM +0100, Sebastian Hesselbarth wrote: > With DT board setup removed from common code, it is a good time > to cleanup unneccessary includes from common dove code. > > Signed-off-by: Sebastian Hesselbarth > --- > Cc: Russell King > Cc: Jason Cooper > Cc: Andrew Lunn > Cc: Sebastian Hesselbarth > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > --- > arch/arm/mach-dove/common.c | 30 +++++++++--------------------- > 1 file changed, 9 insertions(+), 21 deletions(-) Applied to mvebu/cleanup thx, Jason.