patch-2.1.36 linux/drivers/net/eepro100.c
Next file: linux/drivers/net/eexpress.c
Previous file: linux/drivers/net/eepro.c
Back to the patch index
Back to the overall index
- Lines: 44
- Date:
Tue Apr 22 22:42:49 1997
- Orig file:
v2.1.35/linux/drivers/net/eepro100.c
- Orig date:
Mon Apr 14 16:28:12 1997
diff -u --recursive --new-file v2.1.35/linux/drivers/net/eepro100.c linux/drivers/net/eepro100.c
@@ -55,6 +55,7 @@
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/bios32.h>
+#include <linux/init.h>
#include <asm/processor.h> /* Processor type for cache alignment. */
#include <asm/bitops.h>
#include <asm/io.h>
@@ -458,7 +459,7 @@
static struct device *root_speedo_dev = NULL;
#endif
-int eepro100_init(struct device *dev)
+__initfunc(int eepro100_init(struct device *dev))
{
int cards_found = 0;
@@ -521,7 +522,7 @@
return cards_found;
}
-static void speedo_found1(struct device *dev, int ioaddr, int irq, int options)
+__initfunc(static void speedo_found1(struct device *dev, int ioaddr, int irq, int options))
{
static int did_version = 0; /* Already printed version info. */
struct speedo_private *sp;
@@ -714,7 +715,7 @@
#define EE_READ_CMD (6 << 6)
#define EE_ERASE_CMD (7 << 6)
-static int read_eeprom(int ioaddr, int location)
+__initfunc(static int read_eeprom(int ioaddr, int location))
{
int i;
unsigned short retval = 0;
@@ -1710,7 +1711,7 @@
}
}
#else /* not MODULE */
-int eepro100_probe(struct device *dev)
+__initfunc(int eepro100_probe(struct device *dev))
{
int cards_found = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov