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
03730b87
Commit
03730b87
authored
May 08, 2012
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: rt5631: Convert to module_i2c_driver()
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
3592b7f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
sound/soc/codecs/rt5631.c
sound/soc/codecs/rt5631.c
+1
-11
No files found.
sound/soc/codecs/rt5631.c
View file @
03730b87
...
@@ -1751,17 +1751,7 @@ static struct i2c_driver rt5631_i2c_driver = {
...
@@ -1751,17 +1751,7 @@ static struct i2c_driver rt5631_i2c_driver = {
.
id_table
=
rt5631_i2c_id
,
.
id_table
=
rt5631_i2c_id
,
};
};
static
int
__init
rt5631_modinit
(
void
)
module_i2c_driver
(
rt5631_i2c_driver
);
{
return
i2c_add_driver
(
&
rt5631_i2c_driver
);
}
module_init
(
rt5631_modinit
);
static
void
__exit
rt5631_modexit
(
void
)
{
i2c_del_driver
(
&
rt5631_i2c_driver
);
}
module_exit
(
rt5631_modexit
);
MODULE_DESCRIPTION
(
"ASoC RT5631 driver"
);
MODULE_DESCRIPTION
(
"ASoC RT5631 driver"
);
MODULE_AUTHOR
(
"flove <flove@realtek.com>"
);
MODULE_AUTHOR
(
"flove <flove@realtek.com>"
);
...
...
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