[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <51952B18.4060004@cogentembedded.com>
Date: Thu, 16 May 2013 22:53:12 +0400
From: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To: Lad Prabhakar <prabhakar.csengg@...il.com>
CC: DLOS <davinci-linux-open-source@...ux.davincidsp.com>,
"David S. Miller" <davem@...emloft.net>,
Jiri Kosina <trivial@...nel.org>, netdev@...r.kernel.org,
Mugunthan V N <mugunthanvnm@...com>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/5] davinci: net: cpdma: remove unwanted header file
incusion and sort thme alphabetically
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 <prabhakar.csengg@...il.com>
Changelog won't hurt here... which unwanted #include's you are
removing and why are they unwanted?
> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@...il.com>
> ---
> 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 <linux/kernel.h>
> -#include <linux/spinlock.h>
> -#include <linux/device.h>
> +
> +#include <linux/delay.h>
> +#include <linux/dma-mapping.h>
> #include <linux/module.h>
> #include <linux/slab.h>
> -#include <linux/err.h>
> -#include <linux/dma-mapping.h>
> -#include <linux/io.h>
> -#include <linux/delay.h>
>
> #include "davinci_cpdma.h"
WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists