Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
6ed55b43
Commit
6ed55b43
authored
15 years ago
by
Gabor Juhos
Browse files
Options
Downloads
Patches
Plain Diff
ar71xx: remove some extern directives in the ag71xx driver
SVN-Revision: 17692
parent
a58bb0a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+6
-6
6 additions, 6 deletions
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
with
6 additions
and
6 deletions
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+
6
−
6
View file @
6ed55b43
...
...
@@ -136,13 +136,13 @@ struct ag71xx {
extern
struct
ethtool_ops
ag71xx_ethtool_ops
;
extern
struct
ag71xx_mdio
*
ag71xx_mdio_bus
;
extern
int
ag71xx_mdio_driver_init
(
void
)
__init
;
extern
void
ag71xx_mdio_driver_exit
(
void
);
int
ag71xx_mdio_driver_init
(
void
)
__init
;
void
ag71xx_mdio_driver_exit
(
void
);
extern
int
ag71xx_phy_connect
(
struct
ag71xx
*
ag
);
extern
void
ag71xx_phy_disconnect
(
struct
ag71xx
*
ag
);
extern
void
ag71xx_phy_start
(
struct
ag71xx
*
ag
);
extern
void
ag71xx_phy_stop
(
struct
ag71xx
*
ag
);
int
ag71xx_phy_connect
(
struct
ag71xx
*
ag
);
void
ag71xx_phy_disconnect
(
struct
ag71xx
*
ag
);
void
ag71xx_phy_start
(
struct
ag71xx
*
ag
);
void
ag71xx_phy_stop
(
struct
ag71xx
*
ag
);
static
inline
struct
ag71xx_platform_data
*
ag71xx_get_pdata
(
struct
ag71xx
*
ag
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment