Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751697Ab3EPSxP (ORCPT ); Thu, 16 May 2013 14:53:15 -0400 Received: from mail-la0-f46.google.com ([209.85.215.46]:63855 "EHLO mail-la0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751201Ab3EPSxN (ORCPT ); Thu, 16 May 2013 14:53:13 -0400 Message-ID: <51952B18.4060004@cogentembedded.com> Date: Thu, 16 May 2013 22:53:12 +0400 From: Sergei Shtylyov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Lad Prabhakar CC: DLOS , "David S. Miller" , Jiri Kosina , netdev@vger.kernel.org, Mugunthan V N , LKML Subject: Re: [PATCH 1/5] davinci: net: cpdma: remove unwanted header file incusion and sort thme alphabetically References: <1368689438-23889-1-git-send-email-prabhakar.csengg@gmail.com> <1368689438-23889-2-git-send-email-prabhakar.csengg@gmail.com> In-Reply-To: <1368689438-23889-2-git-send-email-prabhakar.csengg@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1511 Lines: 47 Hello. On 16-05-2013 11:30, Lad Prabhakar wrote: s/incusion/inclusion/, s/thme/them/ in the subject. Though instead of "them" it would be better to write "headers". > From: Lad, Prabhakar Changelog won't hurt here... which unwanted #include's you are removing and why are they unwanted? > Signed-off-by: Lad, Prabhakar > --- > drivers/net/ethernet/ti/davinci_cpdma.c | 10 +++------- > 1 files changed, 3 insertions(+), 7 deletions(-) > diff --git a/drivers/net/ethernet/ti/davinci_cpdma.c b/drivers/net/ethernet/ti/davinci_cpdma.c > index 49dfd59..f7ce97f 100644 > --- a/drivers/net/ethernet/ti/davinci_cpdma.c > +++ b/drivers/net/ethernet/ti/davinci_cpdma.c > @@ -12,15 +12,11 @@ > * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > * GNU General Public License for more details. > */ > -#include > -#include > -#include > + > +#include > +#include > #include > #include > -#include > -#include > -#include > -#include > > #include "davinci_cpdma.h" WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/