All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: Jesper Juhl <jesper.juhl@gmail.com>
Cc: info@netxen.com, Luke Yang <luke.yang@analog.com>,
	Judy Fischbach <jfisch@cs.pdx.edu>,
	Patrick McHardy <kaber@coreworks.de>,
	bonding-devel@lists.sourceforge.net,
	Bryan Wu <bryan.wu@analog.com>,
	kong.lai@tundra.com, Jay Vosburgh <fubar@us.ibm.com>,
	James Morris <jmorris@namei.org>,
	linuxppc-embedded@ozlabs.org, Daniel Drake <dsd@gentoo.org>,
	Alex V Lasso <a_villacis@palosanto.com>,
	Ulrich Kunitz <kune@deine-taler.de>,
	Chad Tindel <ctindel@users.sourceforge.net>,
	Amit S Kale <amitkale@netxen.com>,
	Jay Cliburn <jcliburn@gmail.com>,
	Samuel Ortiz <samuel@sortiz.org>, Brian Pugh <bpugh@cs.pdx.edu>,
	Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
	Chris Snook <csnook@redhat.com>,
	alexandre.bounine@tundra.com,
	Pantelis Antoniou <panto@intracom.gr>,
	netdev@vger.kernel.org, linux-wireless@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Ralf Baechle <ralf@linux-mips.org>,
	Vitaly Bordug <vbordug@ru.mvista.com>,
	Lukasz Stelmach <stlman@poczta.fm>,
	Ron Mercer <linux-driver@qlogic.com>,
	atl1-devel@lists.sourceforge.net,
	Andrew Morton <akpm@linux-foundation.org>,
	"David S. Miller" <davem@davemloft.net>,
	James P Ketrenos <ipw2100-admin@linux.intel.com>
Subject: Re: [PATCH][12/37] Clean up duplicate includes in drivers/net/
Date: Mon, 23 Jul 2007 09:22:25 -0400	[thread overview]
Message-ID: <20070723132225.GA3723@tuxdriver.com> (raw)
In-Reply-To: <200707211702.46375.jesper.juhl@gmail.com>

On Sat, Jul 21, 2007 at 05:02:45PM +0200, Jesper Juhl wrote:
> Hi,
> 
> This patch cleans up duplicate includes in
> 	 drivers/net/
> 
> 
> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>

> diff --git a/drivers/net/wireless/ipw2200.h b/drivers/net/wireless/ipw2200.h
> index 626a240..9c973b9 100644
> --- a/drivers/net/wireless/ipw2200.h
> +++ b/drivers/net/wireless/ipw2200.h
> @@ -45,7 +45,6 @@
>  
>  #include <linux/firmware.h>
>  #include <linux/wireless.h>
> -#include <linux/dma-mapping.h>
>  #include <linux/jiffies.h>
>  #include <asm/io.h>
>  
> diff --git a/drivers/net/wireless/zd1211rw/zd_def.h b/drivers/net/wireless/zd1211rw/zd_def.h
> index deb99d1..505b4d7 100644
> --- a/drivers/net/wireless/zd1211rw/zd_def.h
> +++ b/drivers/net/wireless/zd1211rw/zd_def.h
> @@ -21,7 +21,6 @@
>  #include <linux/kernel.h>
>  #include <linux/stringify.h>
>  #include <linux/device.h>
> -#include <linux/kernel.h>
>  
>  typedef u16 __nocast zd_addr_t;

ACK

-- 
John W. Linville
linville@tuxdriver.com

WARNING: multiple messages have this Message-ID (diff)
From: "John W. Linville" <linville@tuxdriver.com>
To: Jesper Juhl <jesper.juhl@gmail.com>
Cc: info@netxen.com, Luke Yang <luke.yang@analog.com>,
	Judy Fischbach <jfisch@cs.pdx.edu>,
	Patrick McHardy <kaber@coreworks.de>,
	bonding-devel@lists.sourceforge.net,
	Bryan Wu <bryan.wu@analog.com>,
	kong.lai@tundra.com, Jay Vosburgh <fubar@us.ibm.com>,
	James Morris <jmorris@namei.org>,
	linuxppc-embedded@ozlabs.org, Daniel Drake <dsd@gentoo.org>,
	Alex V Lasso <a_villacis@palosanto.com>,
	Ulrich Kunitz <kune@deine-taler.de>,
	Chad Tindel <ctindel@users.sourceforge.net>,
	Amit S Kale <amitkale@netxen.com>,
	Jay Cliburn <jcliburn@gmail.com>,
	Samuel Ortiz <samuel@sortiz.org>, Brian Pugh <bpugh@cs.pdx.edu>,
	Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
	Chris Snook <csnook@redhat.com>,
	alexandre.bounine@tundra.com,
	Pantelis Antoniou <panto@intracom.gr>,
	netdev@vger.kernel.org, linux-wireless@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Ralf Baechle <ralf@linu
Subject: Re: [PATCH][12/37] Clean up duplicate includes in drivers/net/
Date: Mon, 23 Jul 2007 09:22:25 -0400	[thread overview]
Message-ID: <20070723132225.GA3723@tuxdriver.com> (raw)
In-Reply-To: <200707211702.46375.jesper.juhl@gmail.com>

On Sat, Jul 21, 2007 at 05:02:45PM +0200, Jesper Juhl wrote:
> Hi,
> 
> This patch cleans up duplicate includes in
> 	 drivers/net/
> 
> 
> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>

> diff --git a/drivers/net/wireless/ipw2200.h b/drivers/net/wireless/ipw2200.h
> index 626a240..9c973b9 100644
> --- a/drivers/net/wireless/ipw2200.h
> +++ b/drivers/net/wireless/ipw2200.h
> @@ -45,7 +45,6 @@
>  
>  #include <linux/firmware.h>
>  #include <linux/wireless.h>
> -#include <linux/dma-mapping.h>
>  #include <linux/jiffies.h>
>  #include <asm/io.h>
>  
> diff --git a/drivers/net/wireless/zd1211rw/zd_def.h b/drivers/net/wireless/zd1211rw/zd_def.h
> index deb99d1..505b4d7 100644
> --- a/drivers/net/wireless/zd1211rw/zd_def.h
> +++ b/drivers/net/wireless/zd1211rw/zd_def.h
> @@ -21,7 +21,6 @@
>  #include <linux/kernel.h>
>  #include <linux/stringify.h>
>  #include <linux/device.h>
> -#include <linux/kernel.h>
>  
>  typedef u16 __nocast zd_addr_t;

ACK

-- 
John W. Linville
linville@tuxdriver.com

  parent reply	other threads:[~2007-07-23 14:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-21 15:02 [PATCH][12/37] Clean up duplicate includes in drivers/net/ Jesper Juhl
2007-07-21 15:02 ` Jesper Juhl
2007-07-21 16:40 ` Chris Snook
2007-07-21 16:40   ` Chris Snook
2007-07-21 16:46   ` Al Viro
2007-07-21 16:46     ` Al Viro
2007-07-21 16:48   ` Jesper Juhl
2007-07-21 16:48     ` Jesper Juhl
2007-07-21 16:50     ` Chris Snook
2007-07-21 16:50       ` Chris Snook
2007-07-23 13:22 ` John W. Linville [this message]
2007-07-23 13:22   ` John W. Linville

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=20070723132225.GA3723@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=a_villacis@palosanto.com \
    --cc=akpm@linux-foundation.org \
    --cc=alexandre.bounine@tundra.com \
    --cc=amitkale@netxen.com \
    --cc=atl1-devel@lists.sourceforge.net \
    --cc=bonding-devel@lists.sourceforge.net \
    --cc=bpugh@cs.pdx.edu \
    --cc=bryan.wu@analog.com \
    --cc=csnook@redhat.com \
    --cc=ctindel@users.sourceforge.net \
    --cc=davem@davemloft.net \
    --cc=dsd@gentoo.org \
    --cc=fubar@us.ibm.com \
    --cc=info@netxen.com \
    --cc=ipw2100-admin@linux.intel.com \
    --cc=jcliburn@gmail.com \
    --cc=jesper.juhl@gmail.com \
    --cc=jfisch@cs.pdx.edu \
    --cc=jmorris@namei.org \
    --cc=kaber@coreworks.de \
    --cc=kong.lai@tundra.com \
    --cc=kune@deine-taler.de \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=linux-driver@qlogic.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linuxppc-embedded@ozlabs.org \
    --cc=luke.yang@analog.com \
    --cc=netdev@vger.kernel.org \
    --cc=panto@intracom.gr \
    --cc=ralf@linux-mips.org \
    --cc=samuel@sortiz.org \
    --cc=stlman@poczta.fm \
    --cc=vbordug@ru.mvista.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.