From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751577Ab3A2VgZ (ORCPT ); Tue, 29 Jan 2013 16:36:25 -0500 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:15236 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751258Ab3A2VgX (ORCPT ); Tue, 29 Jan 2013 16:36:23 -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+jbBmfiy4J4Br8agUcEw9lSiirrpMB8e8= Date: Tue, 29 Jan 2013 16:36:17 -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 v2 1/2] ARM: dove: cleanup includes Message-ID: <20130129213617.GK7717@titan.lakedaemon.net> References: <1355790269-10596-1-git-send-email-sebastian.hesselbarth@gmail.com> <1359494590-26005-1-git-send-email-sebastian.hesselbarth@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1359494590-26005-1-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, Jan 29, 2013 at 10:23:09PM +0100, Sebastian Hesselbarth wrote: > This patch cleans unneccessary includes and reorders the remaining > includes in common dove code. > > Signed-off-by: Sebastian Hesselbarth > --- > Changelog: > [v2] > - restructure patches to first cleanup common.c includes [1/2] > and then split legacy and DT specific code [2/2] > - removed v1 patch "[PATCH 3/3] ARM: Dove: add Cubox sdhci card > detect gpio" that was taken independently > > 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 | 29 +++++++++-------------------- > 1 file changed, 9 insertions(+), 20 deletions(-) Applied to mvebu/cleanup, thanks for turning this around so quickly. thx, Jason.