]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/power: Add module.h to the actual modules in drivers/power
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 19:28:29 +0000 (15:28 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:45 +0000 (13:55 -0400)
commite4b1487ae050812a8e6453c7d718f507b3bd34e4
tree1356debbc59266d4ceeda5b83f08c6d9e548bb0e
parente4be64debde1305c6c5c6629db79d5ab0ca4bfe2
drivers/power: Add module.h to the actual modules in drivers/power

The module.h header is no longer going to be implicitly present
everywhere.  So real modular users need to call out its use
explicitly in advance.

[v2: add new users reported by Randy Dunlap <rdunlap@xenotime.net>]

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/power/max17042_battery.c
drivers/power/max8903_charger.c
drivers/power/max8997_charger.c
drivers/power/max8998_charger.c