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
nexedi
linux
Commits
180df3b2
Commit
180df3b2
authored
Sep 19, 2002
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hey... where did those e100 warnings come from?
(kill more e100 compiler warnings)
parent
dd391066
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
drivers/net/e100/e100_main.c
drivers/net/e100/e100_main.c
+3
-1
No files found.
drivers/net/e100/e100_main.c
View file @
180df3b2
...
...
@@ -114,8 +114,10 @@ static int e100_ethtool_glink(struct net_device *, struct ifreq *);
static
int
e100_ethtool_gregs
(
struct
net_device
*
,
struct
ifreq
*
);
static
int
e100_ethtool_nway_rst
(
struct
net_device
*
,
struct
ifreq
*
);
static
int
e100_ethtool_wol
(
struct
net_device
*
,
struct
ifreq
*
);
#ifdef CONFIG_PM
static
unsigned
char
e100_setup_filter
(
struct
e100_private
*
bdp
);
static
void
e100_do_wol
(
struct
pci_dev
*
pcid
,
struct
e100_private
*
bdp
);
#endif
static
u16
e100_get_ip_lbytes
(
struct
net_device
*
dev
);
extern
void
e100_config_wol
(
struct
e100_private
*
bdp
);
extern
u32
e100_run_diag
(
struct
net_device
*
dev
,
u64
*
test_info
,
u32
flags
);
...
...
@@ -3799,6 +3801,7 @@ e100_get_speed_duplex_caps(struct e100_private *bdp)
}
#ifdef CONFIG_PM
static
unsigned
char
e100_setup_filter
(
struct
e100_private
*
bdp
)
{
...
...
@@ -3839,7 +3842,6 @@ e100_setup_filter(struct e100_private *bdp)
}
#ifdef CONFIG_PM
static
void
e100_do_wol
(
struct
pci_dev
*
pcid
,
struct
e100_private
*
bdp
)
{
...
...
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