Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
87
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Projects
White Rabbit Switch - Software
Commits
ba014fe5
Commit
ba014fe5
authored
11 years ago
by
Alessandro Rubini
Browse files
Options
Downloads
Patches
Plain Diff
kernel: remove __dev{init|exit}, that are no more
Signed-off-by:
Alessandro Rubini
<
rubini@gnudd.com
>
parent
bb2cf6e6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kernel/wr_nic/device.c
+2
-2
2 additions, 2 deletions
kernel/wr_nic/device.c
with
2 additions
and
2 deletions
kernel/wr_nic/device.c
+
2
−
2
View file @
ba014fe5
...
...
@@ -65,7 +65,7 @@ static int wrn_remove(struct platform_device *pdev)
}
/* This helper is used by probe below */
static
int
__devinit
__wrn_map_resources
(
struct
platform_device
*
pdev
)
static
int
__wrn_map_resources
(
struct
platform_device
*
pdev
)
{
int
i
;
struct
resource
*
res
;
...
...
@@ -94,7 +94,7 @@ static int __devinit __wrn_map_resources(struct platform_device *pdev)
return
0
;
}
static
int
__devinit
wrn_probe
(
struct
platform_device
*
pdev
)
static
int
wrn_probe
(
struct
platform_device
*
pdev
)
{
struct
net_device
*
netdev
;
struct
wrn_ep
*
ep
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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