]> err.no Git - linux-2.6/blobdiff - drivers/net/amd8111e.h
[PATCH] drivers/net: remove superfluous memset
[linux-2.6] / drivers / net / amd8111e.h
index e65080a5994a62010ec66fa79075997bb507e104..612e653610e1333ceae2a3cf9a645e51781df845 100644 (file)
@@ -763,6 +763,8 @@ struct amd8111e_priv{
        /* Reg memory mapped address */
        void __iomem *mmio;
 
+       struct napi_struct napi;
+
        spinlock_t lock;        /* Guard lock */
        unsigned long rx_idx, tx_idx;   /* The next free ring entry */
        unsigned long tx_complete_idx;