patch-2.1.31 linux/drivers/net/3c507.c
Next file: linux/drivers/net/3c509.c
Previous file: linux/drivers/net/3c501.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Mon Mar 31 10:26:12 1997
- Orig file:
v2.1.30/linux/drivers/net/3c507.c
- Orig date:
Sun Feb 2 05:18:35 1997
diff -u --recursive --new-file v2.1.30/linux/drivers/net/3c507.c linux/drivers/net/3c507.c
@@ -229,7 +229,7 @@
*/
-unsigned short init_words[] = {
+static unsigned short init_words[] = {
/* System Configuration Pointer (SCP). */
0x0000, /* Set bus size to 16 bits. */
0,0, /* pad words. */
@@ -286,7 +286,7 @@
static struct net_device_stats *el16_get_stats(struct device *dev);
static void hardware_send_packet(struct device *dev, void *buf, short length);
-void init_82586_mem(struct device *dev);
+static void init_82586_mem(struct device *dev);
#ifdef HAVE_DEVLIST
@@ -687,7 +687,7 @@
}
-void init_82586_mem(struct device *dev)
+static void init_82586_mem(struct device *dev)
{
struct net_local *lp = (struct net_local *)dev->priv;
short ioaddr = dev->base_addr;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov