Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
905ae6f1
Commit
905ae6f1
authored
Nov 27, 2002
by
Adam J. Richter
Committed by
Jeff Garzik
Nov 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[netdrvr] de600 has module_init, so remove its listing from Space.c
parent
d6c15bf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
drivers/net/Space.c
drivers/net/Space.c
+0
-4
No files found.
drivers/net/Space.c
View file @
905ae6f1
...
...
@@ -105,7 +105,6 @@ extern int mac89x0_probe(struct net_device *dev);
extern
int
mc32_probe
(
struct
net_device
*
dev
);
/* Detachable devices ("pocket adaptors") */
extern
int
de600_probe
(
struct
net_device
*
);
extern
int
de620_probe
(
struct
net_device
*
);
/* FDDI adapters */
...
...
@@ -315,9 +314,6 @@ static struct devprobe isa_probes[] __initdata = {
};
static
struct
devprobe
parport_probes
[]
__initdata
=
{
#ifdef CONFIG_DE600
/* D-Link DE-600 adapter */
{
de600_probe
,
0
},
#endif
#ifdef CONFIG_DE620
/* D-Link DE-620 adapter */
{
de620_probe
,
0
},
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment