* T509 bus operations table
*
*/
-struct bus_driver t509_driver __bus_driver = {
+static struct bus_driver t509_driver __bus_driver = {
.next_location = t509_next_location,
.fill_device = t509_fill_device,
.check_driver = t509_check_driver,
#define s16 signed short
#define s32 signed long
static int if_port;
-struct corkscrew_private *vp;
+static struct corkscrew_private *vp;
/* Brought directly from 3c515.c by Becker */
#define CORKSCREW 1
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,