From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753736AbbIROij (ORCPT ); Fri, 18 Sep 2015 10:38:39 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:51450 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752940AbbIROih (ORCPT ); Fri, 18 Sep 2015 10:38:37 -0400 Subject: Re: [PATCH] ARM: at91: remove useless includes in platform_data/atmel.h To: Alexandre Belloni References: <1439217705-13960-1-git-send-email-alexandre.belloni@free-electrons.com> CC: Jean-Christophe Plagniol-Villard , , From: Nicolas Ferre Organization: atmel Message-ID: <55FC21BF.1090201@atmel.com> Date: Fri, 18 Sep 2015 16:37:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1439217705-13960-1-git-send-email-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 10/08/2015 16:41, Alexandre Belloni a écrit : > include/linux/platform_data/atmel.h has a lot of useless includes, remove > them. > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre And I take it in at91-4.4-soc branch. Thanks, bye. > --- > include/linux/platform_data/atmel.h | 8 -------- > 1 file changed, 8 deletions(-) > > diff --git a/include/linux/platform_data/atmel.h b/include/linux/platform_data/atmel.h > index 527a85c61924..4d67a5e82c83 100644 > --- a/include/linux/platform_data/atmel.h > +++ b/include/linux/platform_data/atmel.h > @@ -9,15 +9,7 @@ > > #include > #include > -#include > -#include > -#include > -#include > -#include > -#include > -#include > #include > -#include > > /* > * at91: 6 USARTs and one DBGU port (SAM9260) > -- Nicolas Ferre