]> git.baikalelectronics.ru Git - kernel.git/commit
max8997_charger: Needs module.h
authorAxel Lin <axel.lin@gmail.com>
Sun, 31 Jul 2011 23:29:31 +0000 (07:29 +0800)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Fri, 19 Aug 2011 17:01:41 +0000 (21:01 +0400)
commitc35166774aa0e2f16aa649b8fe89e75dadbcd70f
tree8ddd73d6365a3f97b82e8ddbc693db881c669451
parenta19dcecd5bcaaee75a9e68499b38dd3ace4e4242
max8997_charger: Needs module.h

power/max8997_charger.c uses interfaces from linux/module.h,
so it should include that file.  This fixes build errors.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/max8997_charger.c