On Monday 23 April 2007, Pavel Machek wrote: > Hi! > > > static inline int device_suspend(pm_message_t state) > > --- g26.orig/drivers/base/power/main.c 2007-04-04 13:03:33.000000000 -0700 > > +++ g26/drivers/base/power/main.c 2007-04-04 13:03:34.000000000 -0700 > > @@ -29,6 +29,9 @@ LIST_HEAD(dpm_off_irq); > > DECLARE_MUTEX(dpm_sem); > > DECLARE_MUTEX(dpm_list_sem); > > > > +int (*platform_enable_wakeup)(struct device *dev, int is_on) = NULL; > > Static variables do not need zero initializers. That was resolved by a cleanup patch; also a glitch when building without CONFIG_PM. - dave - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html