Skip to content

Commit

Permalink
ThunderLAN: remove is_eisa flag
Browse files Browse the repository at this point in the history
These 2 places are the only matches for is_eisa in the whole tree.

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rolf Eike Beer authored and David S. Miller committed May 20, 2013
1 parent 8802f57 commit 1e18583
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/net/ethernet/ti/tlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ static int tlan_probe1(struct pci_dev *pdev, long ioaddr, int irq, int rev,
/* This is a hack. We need to know which board structure
* is suited for this adapter */
device_id = inw(ioaddr + EISA_ID2);
priv->is_eisa = 1;
if (device_id == 0x20F1) {
priv->adapter = &board_info[13]; /* NetFlex-3/E */
priv->adapter_rev = 23; /* TLAN 2.3 */
Expand Down
1 change: 0 additions & 1 deletion drivers/net/ethernet/ti/tlan.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ struct tlan_priv {
u8 tlan_full_duplex;
spinlock_t lock;
u8 link;
u8 is_eisa;
struct work_struct tlan_tqueue;
u8 neg_be_verbose;
};
Expand Down

0 comments on commit 1e18583

Please sign in to comment.