From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Lad Prabhakar <prabhakar.csengg@gmail.com>
Cc: DLOS <davinci-linux-open-source@linux.davincidsp.com>,
"David S. Miller" <davem@davemloft.net>,
Jiri Kosina <trivial@kernel.org>,
netdev@vger.kernel.org, Mugunthan V N <mugunthanvnm@ti.com>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/5] davinci: net: cpdma: remove unwanted header file incusion and sort thme alphabetically
Date: Thu, 16 May 2013 22:53:12 +0400 [thread overview]
Message-ID: <51952B18.4060004@cogentembedded.com> (raw)
In-Reply-To: <1368689438-23889-2-git-send-email-prabhakar.csengg@gmail.com>
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@gmail.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@gmail.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
next prev parent reply other threads:[~2013-05-16 18:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-16 7:30 [PATCH 0/5] net: davinci: trivial cleanup Lad Prabhakar
2013-05-16 7:30 ` [PATCH 1/5] davinci: net: cpdma: remove unwanted header file incusion and sort thme alphabetically Lad Prabhakar
2013-05-16 18:53 ` Sergei Shtylyov [this message]
2013-05-16 7:30 ` [PATCH 2/5] net: davinci_emac: remove unwanted header inclusion and sort the alphabetically Lad Prabhakar
2013-05-16 18:55 ` Sergei Shtylyov
2013-05-17 4:53 ` Prabhakar Lad
2013-05-16 7:30 ` [PATCH 3/5] net: davinci: emac: Convert to devm_* api Lad Prabhakar
2013-05-16 7:30 ` [PATCH 4/5] net: davinci_emac: simplify the OF parser code Lad Prabhakar
2013-05-16 7:30 ` [PATCH 5/5] net: davinci_mdio: trivial cleanup Lad Prabhakar
2013-05-16 18:58 ` Sergei Shtylyov
2013-05-17 4:46 ` Prabhakar Lad
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51952B18.4060004@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=davem@davemloft.net \
--cc=davinci-linux-open-source@linux.davincidsp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mugunthanvnm@ti.com \
--cc=netdev@vger.kernel.org \
--cc=prabhakar.csengg@gmail.com \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).