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:
84ab16f
)
z2_battery: Add MODULE_DEVICE_TABLE
author
Axel Lin
<
[email protected]
>
Tue, 1 Mar 2011 09:24:34 +0000
(17:24 +0800)
committer
Anton Vorontsov
<
[email protected]
>
Tue, 1 Mar 2011 19:28:25 +0000
(22:28 +0300)
The device table is required to load modules based on modaliases.
After adding the MODULE_DEVICE_TABLE, below entry will be added to
modules.alias:
alias i2c:aer915 z2_battery
Signed-off-by: Axel Lin <
[email protected]
>
Signed-off-by: Anton Vorontsov <
[email protected]
>
drivers/power/z2_battery.c
patch
|
blob
|
history
diff --git
a/drivers/power/z2_battery.c
b/drivers/power/z2_battery.c
index e5ed52d719376e41c35de6c1368c8723af532f89..81304c0bb9d3b46e717c3031553d4f481ce434f8 100644
(file)
--- a/
drivers/power/z2_battery.c
+++ b/
drivers/power/z2_battery.c
@@
-293,6
+293,7
@@
static const struct i2c_device_id z2_batt_id[] = {
{ "aer915", 0 },
{ }
};
+MODULE_DEVICE_TABLE(i2c, z2_batt_id);
static struct i2c_driver z2_batt_driver = {
.driver = {