]> git.karo-electronics.de Git - karo-tx-linux.git/commit
power: max8998_charger.c needs module.h
authorRandy Dunlap <rdunlap@xenotime.net>
Sat, 30 Jul 2011 04:11:43 +0000 (21:11 -0700)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 1 Aug 2011 01:03:14 +0000 (11:03 +1000)
commit2a30abd60507aabea8b5acc4c7a2946dbc77359f
treee1486039bda20fc95d78a1e5e55177f76f16db0c
parent3da3f872aa175f59e20766ed30aaea67fd4fa7d1
power: max8998_charger.c needs module.h

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

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
drivers/power/max8998_charger.c