From: Marek Vasut Date: Thu, 3 Jun 2010 01:44:00 +0000 (+0200) Subject: [ARM] pxa/z2: fix missing include in battery driver X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=56b925fccc58cd43fc553a8302dbbdd440aef288;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [ARM] pxa/z2: fix missing include in battery driver Remove redundant includes and add slab.h to fix problem with building. Signed-off-by: Marek Vasut Signed-off-by: Eric Miao --- diff --git a/drivers/power/z2_battery.c b/drivers/power/z2_battery.c index 9cca465436e..85064a9f649 100644 --- a/drivers/power/z2_battery.c +++ b/drivers/power/z2_battery.c @@ -9,19 +9,13 @@ * */ -#include -#include #include -#include -#include -#include -#include -#include #include +#include #include #include -#include -#include +#include +#include #include #define Z2_DEFAULT_NAME "Z2"