Symbol errors caught by symcheck.pl

This commit is contained in:
Michael Brown
2005-04-23 14:45:37 +00:00
parent 2da3b7a38f
commit 9dc7ebc152
3 changed files with 3 additions and 3 deletions

View File

@@ -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,