]> bbs.cooldavid.org Git - jme.git/blobdiff - jme.h
jme: Prevent possible read re-order error
[jme.git] / jme.h
diff --git a/jme.h b/jme.h
index 727a3bfb28e8f130bca314f4609a0191d84ae53c..1360f68861b8c6d22205c7a16019e8723ff322be 100644 (file)
--- a/jme.h
+++ b/jme.h
@@ -41,9 +41,6 @@
        NETIF_MSG_TX_ERR | \
        NETIF_MSG_HW)
 
-#define jeprintk(pdev, fmt, args...) \
-       printk(KERN_ERR PFX fmt, ## args)
-
 #ifdef TX_DEBUG
 #define tx_dbg(priv, fmt, args...)                                     \
        printk(KERN_DEBUG "%s: " fmt, (priv)->dev->name, ##args)
@@ -393,7 +390,6 @@ struct jme_adapter {
        spinlock_t              phy_lock;
        spinlock_t              macaddr_lock;
        spinlock_t              rxmcs_lock;
-       spinlock_t              vlgrp_lock;
        struct tasklet_struct   rxempty_task;
        struct tasklet_struct   rxclean_task;
        struct tasklet_struct   txclean_task;