Netdev List
 help / color / mirror / Atom feed
From: Ben Hutchings <bhutchings@solarflare.com>
To: Francois Romieu <romieu@fr.zoreil.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: Re: [PATCH next 2/7] 8139cp : removal of headers.
Date: Fri, 30 Sep 2011 15:03:46 +0100	[thread overview]
Message-ID: <1317391428.4068.36.camel@deadeye> (raw)
In-Reply-To: <20110930103719.GC26727@electric-eye.fr.zoreil.com>

On Fri, 2011-09-30 at 12:37 +0200, Francois Romieu wrote:
> Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
> ---
>  drivers/net/ethernet/realtek/8139cp.c |    5 -----
>  1 files changed, 0 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/net/ethernet/realtek/8139cp.c b/drivers/net/ethernet/realtek/8139cp.c
> index c77d5af..60c8de5 100644
> --- a/drivers/net/ethernet/realtek/8139cp.c
> +++ b/drivers/net/ethernet/realtek/8139cp.c
> @@ -55,8 +55,6 @@
>  
>  #include <linux/module.h>
>  #include <linux/moduleparam.h>
> -#include <linux/kernel.h>

Needed for container_of.

> -#include <linux/compiler.h>

Needed for __packed.  But it's probably safe to assume that
<linux/kernel.h> will include it.

>  #include <linux/netdevice.h>
>  #include <linux/etherdevice.h>
>  #include <linux/init.h>
> @@ -65,7 +63,6 @@
>  #include <linux/dma-mapping.h>
>  #include <linux/delay.h>
>  #include <linux/ethtool.h>
> -#include <linux/gfp.h>

Needed for GFP_KERNEL.

>  #include <linux/mii.h>
>  #include <linux/if_vlan.h>
>  #include <linux/crc32.h>
> @@ -73,10 +70,8 @@
>  #include <linux/ip.h>
>  #include <linux/tcp.h>
>  #include <linux/udp.h>
> -#include <linux/cache.h>

Needed for ____cacheline_aligned.

>  #include <asm/io.h>
>  #include <asm/irq.h>
> -#include <asm/uaccess.h>
>  
>  /* These identify the driver base version and may not be removed. */
>  static char version[] =

-- 
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.

  reply	other threads:[~2011-09-30 14:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-30 10:36 [PATCH next 0/7] Pull request for 'davem-next.misc' branch (#2) Francois Romieu
2011-09-30 10:36 ` [PATCH next 1/7] bnx2: don't request firmware when there's no userspace Francois Romieu
2011-10-03 18:09   ` David Miller
2011-09-30 10:37 ` [PATCH next 2/7] 8139cp : removal of headers Francois Romieu
2011-09-30 14:03   ` Ben Hutchings [this message]
2011-09-30 16:26     ` Francois Romieu
2011-09-30 18:13       ` David Miller
2011-09-30 10:37 ` [PATCH next 3/7] atm/iphase : removal of PCI space dereferences Francois Romieu
2011-10-03 18:09   ` David Miller
2011-09-30 10:38 ` [PATCH next 4/7] sc92031: use standard #defines from mii.h Francois Romieu
2011-10-03 18:09   ` David Miller
2011-09-30 10:38 ` [PATCH next 5/7] rtl8150: removal of forward declarations Francois Romieu
2011-10-03 18:09   ` David Miller
2011-09-30 10:38 ` [PATCH next 6/7] drivers/net/ethernet: remove unused #define Francois Romieu
2011-10-03 18:09   ` David Miller
2011-09-30 10:39 ` [PATCH next 7/7] tehuti: shorten PCI device table Francois Romieu
2011-10-03 18:10   ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2011-09-29 22:52 [PATCH next 0/7] Pull request for 'davem-next.misc' branch Francois Romieu
2011-09-29 22:53 ` [PATCH next 2/7] 8139cp : removal of headers Francois Romieu

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=1317391428.4068.36.camel@deadeye \
    --to=bhutchings@solarflare.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=romieu@fr.zoreil.com \
    /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