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
8864274a
Commit
8864274a
authored
Mar 01, 2002
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update e1000 net driver to not EXPORT_SYMBOL
the standard net driver interface.
parent
1caf73f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
18 deletions
+1
-18
drivers/net/e1000/e1000_main.c
drivers/net/e1000/e1000_main.c
+1
-18
No files found.
drivers/net/e1000/e1000_main.c
View file @
8864274a
...
@@ -128,7 +128,7 @@ static char *e1000_strings[] = {
...
@@ -128,7 +128,7 @@ static char *e1000_strings[] = {
"IBM Mobile, Desktop & Server Adapters"
"IBM Mobile, Desktop & Server Adapters"
};
};
/*
Local
Function Prototypes */
/*
e1000_main.c
Function Prototypes */
int
e1000_up
(
struct
e1000_adapter
*
adapter
);
int
e1000_up
(
struct
e1000_adapter
*
adapter
);
void
e1000_down
(
struct
e1000_adapter
*
adapter
);
void
e1000_down
(
struct
e1000_adapter
*
adapter
);
...
@@ -193,23 +193,6 @@ MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
...
@@ -193,23 +193,6 @@ MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
MODULE_DESCRIPTION
(
"Intel(R) PRO/1000 Network Driver"
);
MODULE_DESCRIPTION
(
"Intel(R) PRO/1000 Network Driver"
);
MODULE_LICENSE
(
"Dual BSD/GPL"
);
MODULE_LICENSE
(
"Dual BSD/GPL"
);
#ifdef EXPORT_SYMTAB
EXPORT_SYMBOL
(
e1000_init_module
);
EXPORT_SYMBOL
(
e1000_exit_module
);
EXPORT_SYMBOL
(
e1000_probe
);
EXPORT_SYMBOL
(
e1000_remove
);
EXPORT_SYMBOL
(
e1000_open
);
EXPORT_SYMBOL
(
e1000_close
);
EXPORT_SYMBOL
(
e1000_xmit_frame
);
EXPORT_SYMBOL
(
e1000_intr
);
EXPORT_SYMBOL
(
e1000_set_multi
);
EXPORT_SYMBOL
(
e1000_change_mtu
);
EXPORT_SYMBOL
(
e1000_set_mac
);
EXPORT_SYMBOL
(
e1000_get_stats
);
EXPORT_SYMBOL
(
e1000_watchdog
);
EXPORT_SYMBOL
(
e1000_ioctl
);
#endif
/**
/**
* e1000_init_module - Driver Registration Routine
* e1000_init_module - Driver Registration Routine
*
*
...
...
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