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
7810e97c
Commit
7810e97c
authored
Sep 04, 2003
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Do not ifdef declarations in Space.c
parent
fd833612
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
drivers/net/Space.c
drivers/net/Space.c
+0
-6
No files found.
drivers/net/Space.c
View file @
7810e97c
...
...
@@ -97,15 +97,9 @@ extern int macsonic_probe(struct net_device *dev);
extern
int
mac8390_probe
(
struct
net_device
*
dev
);
extern
int
mac89x0_probe
(
struct
net_device
*
dev
);
extern
int
mc32_probe
(
struct
net_device
*
dev
);
#ifdef CONFIG_SDLA
extern
struct
net_device
*
sdla_init
(
void
);
#endif
#ifdef CONFIG_COPS
extern
struct
net_device
*
cops_probe
(
int
unit
);
#endif
#ifdef CONFIG_LTPC
extern
struct
net_device
*
ltpc_probe
(
void
);
#endif
/* Detachable devices ("pocket adaptors") */
extern
int
de620_probe
(
struct
net_device
*
);
...
...
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