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
ea35c57a
Commit
ea35c57a
authored
Mar 20, 2003
by
Scott Feldman
Committed by
Jeff Garzik
Mar 20, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[E100] Clean up #include order
On Thu, 20 Mar 2003, Scott Feldman wrote: * clean up #includes
parent
df245a2a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
drivers/net/e100/e100.h
drivers/net/e100/e100.h
+1
-0
drivers/net/e100/e100_main.c
drivers/net/e100/e100_main.c
+0
-1
drivers/net/e100/e100_phy.h
drivers/net/e100/e100_phy.h
+0
-2
No files found.
drivers/net/e100/e100.h
View file @
ea35c57a
...
...
@@ -58,6 +58,7 @@
#include <asm/uaccess.h>
#include <linux/ip.h>
#include <linux/if_vlan.h>
#include <linux/mii.h>
#define E100_REGS_LEN 1
/*
...
...
drivers/net/e100/e100_main.c
View file @
ea35c57a
...
...
@@ -132,7 +132,6 @@ static char *test_strings[] = {
static
int
e100_ethtool_led_blink
(
struct
net_device
*
,
struct
ifreq
*
);
#include <linux/mii.h>
static
int
e100_mii_ioctl
(
struct
net_device
*
,
struct
ifreq
*
,
int
);
static
unsigned
char
e100_delayed_exec_non_cu_cmd
(
struct
e100_private
*
,
...
...
drivers/net/e100/e100_phy.h
View file @
ea35c57a
...
...
@@ -30,8 +30,6 @@
#include "e100.h"
#include <linux/mii.h>
/*
* Auto-polarity enable/disable
* e100_autopolarity = 0 => disable auto-polarity
...
...
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