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:
bc0195a
)
regulator: pfuze100: Remove unnecessary MODULE_ALIAS()
author
Javier Martinez Canillas
<
[email protected]
>
Sat, 29 Aug 2015 00:35:13 +0000
(
02:35
+0200)
committer
Mark Brown
<
[email protected]
>
Sat, 29 Aug 2015 09:37:20 +0000
(10:37 +0100)
The driver has a I2C device id table that is used to create the modaliases
and also "pfuze100-regulator" is not a supported I2C id, so is never used.
Signed-off-by: Javier Martinez Canillas <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
drivers/regulator/pfuze100-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/pfuze100-regulator.c
b/drivers/regulator/pfuze100-regulator.c
index 8cc8d1877c446a48737b5d337f9faf91dc6c37e1..d477fbbc2c7b25ff8bdd178410c5d3f06ddabce8 100644
(file)
--- a/
drivers/regulator/pfuze100-regulator.c
+++ b/
drivers/regulator/pfuze100-regulator.c
@@
-653,4
+653,3
@@
module_i2c_driver(pfuze_driver);
MODULE_AUTHOR("Robin Gong <
[email protected]
>");
MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100/PFUZE200 PMIC");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("i2c:pfuze100-regulator");