summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/tlan.c
diff options
context:
space:
mode:
authorMichael Brown2006-06-05 17:45:21 +0200
committerMichael Brown2006-06-05 17:45:21 +0200
commit286bf68faf8c712c1d5a9fd5dbedbcf142fb8cb5 (patch)
treeec6b5bc6cb4c839f7e8c428f5d3e9fa6e48a9231 /src/drivers/net/tlan.c
parentAdded soon-to-be-requisite missing include. (diff)
downloadipxe-286bf68faf8c712c1d5a9fd5dbedbcf142fb8cb5.tar.gz
ipxe-286bf68faf8c712c1d5a9fd5dbedbcf142fb8cb5.tar.xz
ipxe-286bf68faf8c712c1d5a9fd5dbedbcf142fb8cb5.zip
Added a very quick and dirty compatibility layer, to allow
not-yet-updated drivers to at least function.
Diffstat (limited to 'src/drivers/net/tlan.c')
-rw-r--r--src/drivers/net/tlan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/net/tlan.c b/src/drivers/net/tlan.c
index bebc07a9..cc97423e 100644
--- a/src/drivers/net/tlan.c
+++ b/src/drivers/net/tlan.c
@@ -65,8 +65,6 @@
#define dprintf(x)
#endif
-static struct pci_driver tlan_driver;
-
static void TLan_ResetLists(struct nic *nic __unused);
static void TLan_ResetAdapter(struct nic *nic __unused);
static void TLan_FinishReset(struct nic *nic __unused);