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
da68e081
Commit
da68e081
authored
Jul 18, 2007
by
Fabio Massimo Di Nitto
Committed by
David S. Miller
Jul 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
bc5a2e64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/block/sunvdc.c
drivers/block/sunvdc.c
+1
-1
drivers/net/sunvnet.c
drivers/net/sunvnet.c
+1
-1
No files found.
drivers/block/sunvdc.c
View file @
da68e081
...
...
@@ -849,7 +849,7 @@ static struct vio_device_id vdc_port_match[] = {
},
{},
};
MODULE_DEVICE_TABLE
(
vio
,
vdc_match
);
MODULE_DEVICE_TABLE
(
vio
,
vdc_
port_
match
);
static
struct
vio_driver
vdc_port_driver
=
{
.
id_table
=
vdc_port_match
,
...
...
drivers/net/sunvnet.c
View file @
da68e081
...
...
@@ -1136,7 +1136,7 @@ static struct vio_device_id vnet_port_match[] = {
},
{},
};
MODULE_DEVICE_TABLE
(
vio
,
vnet_match
);
MODULE_DEVICE_TABLE
(
vio
,
vnet_
port_
match
);
static
struct
vio_driver
vnet_port_driver
=
{
.
id_table
=
vnet_port_match
,
...
...
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