PCI: Change all drivers to use pci_device->revision
[deliverable/linux.git] / drivers / net / dl2k.h
index 814c449c359fac1f4255b59ccd9977b8458fcb72..e443065a452e690600b647250cedb2ababf1e8ab 100644 (file)
@@ -668,7 +668,6 @@ struct netdev_private {
        unsigned int rx_flow:1;         /* Rx flow control enable */
        unsigned int phy_media:1;       /* 1: fiber, 0: copper */
        unsigned int link_status:1;     /* Current link status */
-       unsigned char pci_rev_id;       /* PCI revision ID */
        struct netdev_desc *last_tx;    /* Last Tx descriptor used. */
        unsigned long cur_rx, old_rx;   /* Producer/consumer ring indices */
        unsigned long cur_tx, old_tx;
This page took 0.025471 seconds and 5 git commands to generate.