Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e18583a authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by David S. Miller
Browse files

ThunderLAN: remove is_eisa flag



These 2 places are the only matches for is_eisa in the whole tree.

Signed-off-by: default avatarRolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8802f579
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */
+0 −1
Original line number Diff line number Diff line
@@ -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;
};