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
99676dae
Commit
99676dae
authored
Apr 22, 2003
by
Christoph Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] i2c: remove dead init code from i2c-sensors.c
parent
8dc532c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
drivers/i2c/i2c-sensor.c
drivers/i2c/i2c-sensor.c
+0
-12
No files found.
drivers/i2c/i2c-sensor.c
View file @
99676dae
...
...
@@ -163,20 +163,8 @@ int i2c_detect(struct i2c_adapter *adapter,
return
0
;
}
static
int
__init
i2c_sensor_init
(
void
)
{
return
0
;
}
static
void
__exit
i2c_sensor_exit
(
void
)
{
}
EXPORT_SYMBOL
(
i2c_detect
);
MODULE_AUTHOR
(
"Frodo Looijaard <frodol@dds.nl>"
);
MODULE_DESCRIPTION
(
"i2c-sensor driver"
);
MODULE_LICENSE
(
"GPL"
);
module_init
(
i2c_sensor_init
);
module_exit
(
i2c_sensor_exit
);
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