From: Florian Fainelli <f.fainelli@gmail.com>
To: <netdev@vger.kernel.org>
Cc: <davem@davemloft.net>, Florian Fainelli <f.fainelli@gmail.com>
Subject: [net-next v2 3/3] net: bcmgenet: remove unused bh_lock member
Date: Mon, 24 Feb 2014 16:56:13 -0800 [thread overview]
Message-ID: <1393289773-9473-4-git-send-email-f.fainelli@gmail.com> (raw)
In-Reply-To: <1393289773-9473-1-git-send-email-f.fainelli@gmail.com>
bh_lock spinlock is unused, remove it from the private driver structure.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
drivers/net/ethernet/broadcom/genet/bcmgenet.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/broadcom/genet/bcmgenet.h b/drivers/net/ethernet/broadcom/genet/bcmgenet.h
index 8e48db8..a6758ad 100644
--- a/drivers/net/ethernet/broadcom/genet/bcmgenet.h
+++ b/drivers/net/ethernet/broadcom/genet/bcmgenet.h
@@ -524,7 +524,6 @@ struct bcmgenet_priv {
enum bcmgenet_version version;
struct net_device *dev;
spinlock_t lock;
- spinlock_t bh_lock;
u32 int0_mask;
u32 int1_mask;
--
1.8.3.2
next prev parent reply other threads:[~2014-02-25 0:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-25 0:56 [net-next v2 0/3] net: bcmgenet: trivial fixes Florian Fainelli
2014-02-25 0:56 ` [net-next v2 1/3] net: bcmgenet: drop checks on priv->phydev Florian Fainelli
2014-02-25 16:09 ` Sergei Shtylyov
2014-02-25 0:56 ` [net-next v2 2/3] net: bcmgenet: remove commented code in bcmgenet_xmit() Florian Fainelli
2014-02-25 0:56 ` Florian Fainelli [this message]
2014-02-25 1:27 ` [net-next v2 0/3] net: bcmgenet: trivial fixes David Miller
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=1393289773-9473-4-git-send-email-f.fainelli@gmail.com \
--to=f.fainelli@gmail.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.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).