pm2301_charger: Fix module alias prefix
This driver is a i2c driver, use "i2c" rather than "platform" prefix for module alias. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Anton Vorontsov <anton@enomsg.org>
This commit is contained in:
parent
c909fc8573
commit
dccab6092d
1 changed files with 1 additions and 1 deletions
|
@ -1269,5 +1269,5 @@ module_exit(pm2xxx_charger_exit);
|
|||
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_AUTHOR("Rajkumar kasirajan, Olivier Launay");
|
||||
MODULE_ALIAS("platform:pm2xxx-charger");
|
||||
MODULE_ALIAS("i2c:pm2xxx-charger");
|
||||
MODULE_DESCRIPTION("PM2xxx charger management driver");
|
||||
|
|
Loading…
Reference in a new issue