Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756175AbZJVOGH (ORCPT ); Thu, 22 Oct 2009 10:06:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755597AbZJVOGG (ORCPT ); Thu, 22 Oct 2009 10:06:06 -0400 Received: from qw-out-2122.google.com ([74.125.92.27]:17773 "EHLO qw-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750814AbZJVOGF (ORCPT ); Thu, 22 Oct 2009 10:06:05 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=wbYFoUMIvuvnPH+RvtuNPiUWzA+ZFmyBoKCIbhxP6WrAiwYSfJzxfpmyd8a/VOJ25R LPKRaAliqRPJ4+lDP/lETB0zoFH4oc2MHoX9Z7OIaUymDAIecbZ2CRsUD2yZ07tVNqm2 1ATjt6rInBJs7lojFAICQxgEjcGyP1WE/V87Q= MIME-Version: 1.0 In-Reply-To: References: <20091006200339.GA1538@ucw.cz> <20091017163627.GB1423@ucw.cz> From: Eric Miao Date: Thu, 22 Oct 2009 22:05:49 +0800 Message-ID: Subject: Re: zaurus: cleanup sharpsl_pm.c To: Pavel Machek Cc: rpurdie@rpsys.net, lenz@cs.wisc.edu, kernel list , Dirk@opfer-online.de, arminlitzel@web.de, Cyril Hrubis , thommycheck@gmail.com, linux-arm-kernel , dbaryshkov@gmail.com, omegamoon@gmail.com, utx@penguin.cz Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1551 Lines: 35 On Tue, Oct 20, 2009 at 11:59 PM, Eric Miao wrote: > On Sun, Oct 18, 2009 at 12:36 AM, Pavel Machek wrote: >> On Tue 2009-10-06 22:03:39, Pavel Machek wrote: >>> This fixes checkpatch/style problems in sharpsl_pm.c, allowing me to >>> submit real fixes next. Move spitz-specific voltage table to >>> spitz-specific file. >>> >>> Signed-off-by: Pavel Machek >> >> Eric, any news on this one? I have real development going on top of >> this one, so it is quite important for me... > > Sorry late on this. Applied. Pavel, Here's the problem, please help look into this: CC arch/arm/mach-pxa/corgi_pm.o In file included from /home/ycmiao/kernel/linux-2.6/arch/arm/mach-pxa/corgi_pm.c:28: /home/ycmiao/kernel/linux-2.6/arch/arm/mach-pxa/include/mach/pxa2xx-gpio.h:4:2: warning: #warning Please use mfp-pxa2[57]x.h instead of pxa2xx-gpio.h /home/ycmiao/kernel/linux-2.6/arch/arm/mach-pxa/corgi_pm.c:217: error: 'spitz_battery_levels_noac' undeclared here (not in a function) /home/ycmiao/kernel/linux-2.6/arch/arm/mach-pxa/corgi_pm.c:218: error: 'spitz_battery_levels_acin' undeclared here (not in a function) make[2]: *** [arch/arm/mach-pxa/corgi_pm.o] Error 1 make[1]: *** [arch/arm/mach-pxa] Error 2 make[1]: *** Waiting for unfinished jobs.... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/