Mike Frysinger wrote on 2010-03-11: > On Wed, Mar 10, 2010 at 09:26, <[email protected]> wrote: >> Revision 8441 Author hennerich Date 2010-03-10 09:26:06 -0500 (Wed, 10 >> Mar 2010) >> >> Log Message >> >> This patch removes a custom GPIO wakeup API which allowed GPIOs to act >> as wakeup sources, which are not configured as Interrupts. This API is >> a leftover from the time before irq_wake was established. From now on >> people must use enable_irq_wake(GPIO_IRQx) and the GPIO in question >> needs to be configured as Interrupt. > > think you missed a spot or two ? > arch/blackfin/include/asm/gpio.h:170: error: expected ‘=’, ‘,’, ‘;’, > ‘asm’ or ‘__attribute__’ before ‘bfin_pm_standby_ctrl’ > arch/blackfin/include/asm/gpio.h: In function ‘bfin_pm_standby_setup’: > arch/blackfin/include/asm/gpio.h:174: error: implicit declaration of > function ‘bfin_pm_standby_ctrl’ > -mike
Thanks for pointing out - I think it's due to the u32 type. Greetings, Michael Analog Devices GmbH Wilhelm-Wagenfeld-Str. 6 80807 Muenchen Sitz der Gesellschaft Muenchen, Registergericht Muenchen HRB 4036 Geschaeftsfuehrer Thomas Wessel, William A. Martin, Margaret Seif _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
