From: Richard Purdie Date: Fri, 14 Oct 2005 15:07:27 +0000 (+0100) Subject: [ARM] 3013/1: Spitz: Fix compile errors X-Git-Tag: v2.6.14-rc5~45^2~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=72023b63cc512d2d7c2a31c6bc1be497eafbd834;p=linux-2.6-omap-h63xx.git [ARM] 3013/1: Spitz: Fix compile errors Patch from Richard Purdie Remove a couple of lines of accidently added code causing compile errors. Signed-off-by: Richard Purdie Signed-off-by: Russell King --- diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 7eaeb24aae1..d0ab428c2d7 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c @@ -36,7 +36,6 @@ #include #include #include -#include #include #include #include @@ -304,7 +303,6 @@ static struct platform_device *devices[] __initdata = { &spitzkbd_device, &spitzts_device, &spitzbl_device, - &spitzbattery_device, }; static void __init common_init(void)