On Thu, Oct 11, 2007 at 09:31:26PM -0700, Andrew Morton wrote:Domen Puncer's change to support "MPC5200 low power mode" (in powerpc-git, which is in Linus's tree now) adds new code calling mpc52xx_pm_prepare and _finish with suspend_state_t as an argument, while Rafael Wysocki's pm-rework-struct-platform_suspend_ops.patch converts those to take no arguments. So the build fails: arch/powerpc/platforms/52xx/mpc52xx_pm.c:61: error: conflicting types for ‘mpc52xx_pm_prepare’ include/asm/mpc52xx.h:270: error: previous declaration of ‘mpc52xx_pm_prepare’ was here arch/powerpc/platforms/52xx/mpc52xx_pm.c:167: error: conflicting types for ‘mpc52xx_pm_finish’ include/asm/mpc52xx.h:272: error: previous declaration of ‘mpc52xx_pm_finish’ was here Sorting this out is beyond my abilities; I don't know how to deal with stuff like this (in arch/powerpc/platforms/52xx/lite5200_pm.c): static int lite5200_pm_prepare(suspend_state_t state) { /* deep sleep? let mpc52xx code handle that */ if (state == PM_SUSPEND_STANDBY) return mpc52xx_pm_prepare(state); Patch authors CC'd. -- Joseph Fannin jfannin@gmail.com -
| Alan Cox | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Jan Engelhardt | intel iommu (Re: -mm merge plans for 2.6.23) |
| Adrian Bunk | Re: LSM conversion to static interface |
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Andrew Morton | Re: [BUG] New Kernel Bugs |
| Winkler, Tomas | RE: iwlwifi: fix build bug in "iwlwifi: fix LED stall" |
