Skip to content

Commit

Permalink
power: twl4030_madc_battery: Add missing MODULE_ALIAS
Browse files Browse the repository at this point in the history
Without MODULE_ALIAS twl4030_madc_battery won't get loaded automatically.

Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
  • Loading branch information
Marek Belisko authored and Sebastian Reichel committed Apr 6, 2015
1 parent 7e5e438 commit 5939d9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/power/twl4030_madc_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,4 @@ module_platform_driver(twl4030_madc_battery_driver);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Lukas Märdian <lukas@goldelico.com>");
MODULE_DESCRIPTION("twl4030_madc battery driver");
MODULE_ALIAS("platform:twl4030_madc_battery");

0 comments on commit 5939d9d

Please sign in to comment.