From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752524AbaJAP7s (ORCPT ); Wed, 1 Oct 2014 11:59:48 -0400 Received: from top.free-electrons.com ([176.31.233.9]:36112 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751372AbaJAP7q (ORCPT ); Wed, 1 Oct 2014 11:59:46 -0400 Date: Wed, 1 Oct 2014 17:59:17 +0200 From: Alexandre Belloni To: Boris Brezillon Cc: Nicolas Ferre , Jean-Christophe Plagniol-Villard , Andrew Victor , Peter Korsgaard , Matt Mackall , Herbert Xu , linux-arm-kernel@lists.infradead.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/6] ARM: at91: remove at91sam9g45/9m10 legacy board support Message-ID: <20141001155917.GE3907@piout.net> References: <1412093987-30241-1-git-send-email-boris.brezillon@free-electrons.com> <1412093987-30241-2-git-send-email-boris.brezillon@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1412093987-30241-2-git-send-email-boris.brezillon@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30/09/2014 at 18:19:42 +0200, Boris Brezillon wrote : > Remove legacy support for at91sam9g45/9m10 boards. > This include board files removal plus all legacy code for non DT boards > support (i.e. at91sam9g45.c and at91sam9g45_devices.c). > > Signed-off-by: Boris Brezillon A tiny nitpick, else Acked-by: Alexandre Belloni > --- > arch/arm/mach-at91/Kconfig.non_dt | 21 - > arch/arm/mach-at91/Makefile | 4 - > arch/arm/mach-at91/at91sam9g45.c | 403 ------- > arch/arm/mach-at91/at91sam9g45_devices.c | 1915 ------------------------------ > arch/arm/mach-at91/board-sam9m10g45ek.c | 526 -------- > 5 files changed, 2869 deletions(-) > delete mode 100644 arch/arm/mach-at91/at91sam9g45_devices.c > delete mode 100644 arch/arm/mach-at91/board-sam9m10g45ek.c > > diff --git a/arch/arm/mach-at91/at91sam9g45.c b/arch/arm/mach-at91/at91sam9g45.c > index 9d45496..f658b69 100644 > --- a/arch/arm/mach-at91/at91sam9g45.c > +++ b/arch/arm/mach-at91/at91sam9g45.c > @@ -10,355 +10,13 @@ > * > */ > > -#include > -#include > -#include > - > -#include > -#include > #include That include is not needed. > #include > -#include > #include > #include > -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com