All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Roskin <proski@gnu.org>
To: linux-wireless@vger.kernel.org, b43-dev@lists.infradead.org,
	"John W. Linville" <linville@tuxdriver.com>
Subject: [PATCH 2/2] b43legacy: remove asm/atomic.h includes as suggested by checkpatch.pl
Date: Tue, 26 Jul 2011 11:36:56 -0400	[thread overview]
Message-ID: <20110726153655.24611.76833.stgit@mj.roinet.com> (raw)
In-Reply-To: <20110726153648.24611.49190.stgit@mj.roinet.com>

Including linux/atomic.h doesn't appear to be necessary.

Signed-off-by: Pavel Roskin <proski@gnu.org>
---
 0 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/b43legacy/b43legacy.h b/drivers/net/wireless/b43legacy/b43legacy.h
index 17a130d..71159aa 100644
--- a/drivers/net/wireless/b43legacy/b43legacy.h
+++ b/drivers/net/wireless/b43legacy/b43legacy.h
@@ -8,7 +8,6 @@
 #include <linux/stringify.h>
 #include <linux/netdevice.h>
 #include <linux/pci.h>
-#include <asm/atomic.h>
 #include <linux/io.h>
 
 #include <linux/ssb/ssb.h>
diff --git a/drivers/net/wireless/b43legacy/dma.h b/drivers/net/wireless/b43legacy/dma.h
index 04121ff..7ed84b9 100644
--- a/drivers/net/wireless/b43legacy/dma.h
+++ b/drivers/net/wireless/b43legacy/dma.h
@@ -5,7 +5,6 @@
 #include <linux/spinlock.h>
 #include <linux/workqueue.h>
 #include <linux/linkage.h>
-#include <asm/atomic.h>
 
 #include "b43legacy.h"
 

  reply	other threads:[~2011-07-26 15:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-26 15:36 [PATCH 1/2] b43legacy: report core number Pavel Roskin
2011-07-26 15:36 ` Pavel Roskin [this message]
2011-07-26 15:55   ` [PATCH 2/2] b43legacy: remove asm/atomic.h includes as suggested by checkpatch.pl Larry Finger
2011-07-26 15:55     ` Larry Finger
2011-07-26 15:57 ` [PATCH 1/2] b43legacy: report core number Larry Finger
2011-07-26 15:57   ` Larry Finger
2011-07-26 16:08   ` Pavel Roskin
2011-08-03 15:55     ` Kalle Valo
2011-08-03 15:55       ` Kalle Valo
2011-08-03 18:26       ` Pavel Roskin

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=20110726153655.24611.76833.stgit@mj.roinet.com \
    --to=proski@gnu.org \
    --cc=b43-dev@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.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.