da9030_battery: Include notifier.h
authorMichal Hocko <mhocko@suse.cz>
Wed, 6 Feb 2013 09:14:58 +0000 (10:14 +0100)
committerAnton Vorontsov <anton@enomsg.org>
Sat, 9 Feb 2013 01:28:35 +0000 (17:28 -0800)
commit7e6c647ed9994428643e7e740b2d8241ee13da5c
tree74e32d9358ba0b548f2444c408ad2a42c4e211fe
parent5dc3443eb0d9d3688a6e5a3b4ebb9000d81ff6ba
da9030_battery: Include notifier.h

randconfig complains about:
drivers/power/da9030_battery.c:113: error: field ‘nb’ has incomplete type

because there is no direct include for notifier.h which defines
struct notifier_block.

Signed-off-by: Michal Hocko <mhocko@suse.cz>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
drivers/power/da9030_battery.c