diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-06-05 15:45:21 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-06-05 15:45:21 +0000 |
commit | 286bf68faf8c712c1d5a9fd5dbedbcf142fb8cb5 (patch) | |
tree | ec6b5bc6cb4c839f7e8c428f5d3e9fa6e48a9231 /src/drivers/net/dmfe.c | |
parent | c3e41e6fd1c809151cd466ac9c70d8b0593e96cd (diff) | |
download | ipxe-286bf68faf8c712c1d5a9fd5dbedbcf142fb8cb5.tar.gz |
Added a very quick and dirty compatibility layer, to allow
not-yet-updated drivers to at least function.
Diffstat (limited to 'src/drivers/net/dmfe.c')
-rw-r--r-- | src/drivers/net/dmfe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/dmfe.c b/src/drivers/net/dmfe.c index 4c8227249..50d96ece0 100644 --- a/src/drivers/net/dmfe.c +++ b/src/drivers/net/dmfe.c @@ -189,7 +189,6 @@ enum dmfe_CR6_bits { /* Global variable declaration ----------------------------- */ static struct nic_operations dmfe_operations; -static struct pci_driver dmfe_driver; static unsigned char dmfe_media_mode = DMFE_AUTO; static u32 dmfe_cr6_user_set; |