summaryrefslogtreecommitdiff
path: root/linux/dev/drivers
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-09-07 07:19:06 +0000
committerThomas Bushnell <thomas@gnu.org>1999-09-07 07:19:06 +0000
commitf2fb2586dffe5a8352c992b7660af747cd89aa96 (patch)
treecf5c77caad8ac1c9e34470a4c50630497fa9fa66 /linux/dev/drivers
parent0d14533945a51d30730cc70ac12e6e4f263aa6df (diff)
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* linux/dev/drivers/net/Space.c: Declare tc515_probe. Reported by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
Diffstat (limited to 'linux/dev/drivers')
-rw-r--r--linux/dev/drivers/net/Space.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/dev/drivers/net/Space.c b/linux/dev/drivers/net/Space.c
index e35b77a..0fb25bd 100644
--- a/linux/dev/drivers/net/Space.c
+++ b/linux/dev/drivers/net/Space.c
@@ -93,6 +93,7 @@ extern int lance_probe(struct device *);
extern int atp_init(struct device *);
extern int de600_probe(struct device *);
extern int de620_probe(struct device *);
+extern int tc515_probe(struct device *);
static int
ethif_probe(struct device *dev)