From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Belloni Subject: Re: [PATCH 1/6] ARM: at91: remove at91sam9g45/9m10 legacy board support Date: Wed, 1 Oct 2014 17:59:17 +0200 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 Return-path: Content-Disposition: inline In-Reply-To: <1412093987-30241-2-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Boris Brezillon Cc: Nicolas Ferre , Jean-Christophe Plagniol-Villard , Andrew Victor , Peter Korsgaard , Matt Mackall , Herbert Xu , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html