mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
Symbol errors caught by symcheck.pl
This commit is contained in:
@@ -327,7 +327,7 @@ static int get_e ( uint16_t ioaddr, int offset ) {
|
||||
return (inw(ioaddr + EP_W0_EEPROM_DATA));
|
||||
}
|
||||
|
||||
struct nic_operations t509_operations = {
|
||||
static struct nic_operations t509_operations = {
|
||||
.connect = dummy_connect,
|
||||
.poll = t509_poll,
|
||||
.transmit = t509_transmit,
|
||||
|
||||
Reference in New Issue
Block a user