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
ad5f4823
Commit
ad5f4823
authored
May 19, 2003
by
Christoph Hellwig
Committed by
David S. Miller
May 19, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Fix dev_load for !CONFIG_KMOD.
parent
865f31e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
net/core/dev.c
net/core/dev.c
+0
-9
No files found.
net/core/dev.c
View file @
ad5f4823
...
...
@@ -708,9 +708,6 @@ void netdev_state_change(struct net_device *dev)
}
}
#ifdef CONFIG_KMOD
/**
* dev_load - load a network module
* @name: name of interface
...
...
@@ -726,12 +723,6 @@ void dev_load(const char *name)
request_module
(
"%s"
,
name
);
}
#else
static
inline
void
dev_load
(
const
char
*
unused
){;}
#endif
static
int
default_rebuild_header
(
struct
sk_buff
*
skb
)
{
printk
(
KERN_DEBUG
"%s: default_rebuild_header called -- BUG!
\n
"
,
...
...
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