projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3da0de
)
ds2782_battery: Add MODULE_DEVICE_TABLE
author
Axel Lin
<
[email protected]
>
Tue, 1 Mar 2011 09:23:34 +0000
(17:23 +0800)
committer
Anton Vorontsov
<
[email protected]
>
Tue, 1 Mar 2011 19:28:06 +0000
(22:28 +0300)
The device table is required to load modules based on modaliases.
After adding the MODULE_DEVICE_TABLE, below entries will be added to
modules.alias:
alias i2c:ds2786 ds2782_battery
alias i2c:ds2782 ds2782_battery
Signed-off-by: Axel Lin <
[email protected]
>
Signed-off-by: Anton Vorontsov <
[email protected]
>
drivers/power/ds2782_battery.c
patch
|
blob
|
history
diff --git
a/drivers/power/ds2782_battery.c
b/drivers/power/ds2782_battery.c
index 6957e8af64490d006d383b7ce253bd7faddca0f4..4d2dc4fa2888fe2953b4b7c10a1aa53648b1f298 100644
(file)
--- a/
drivers/power/ds2782_battery.c
+++ b/
drivers/power/ds2782_battery.c
@@
-393,6
+393,7
@@
static const struct i2c_device_id ds278x_id[] = {
{"ds2786", DS2786},
{},
};
+MODULE_DEVICE_TABLE(i2c, ds278x_id);
static struct i2c_driver ds278x_battery_driver = {
.driver = {