On Sun, 14 Nov 2004, Benjamin Herrenschmidt wrote: > On Sat, 2004-11-13 at 20:53 +0000, Linux Kernel Mailing List wrote: > > ChangeSet 1.2115, 2004/11/13 12:53:51-08:00, torvalds@xxxxxxxxxxxxxxx > > > > ppc: fix up pmac IDE driver for driver core changes > > > > device power state is in "dev.power.power_state" now, rather than > > in "dev.power_state". > > > > Hrm... Missed that core change, where does it come from ? It's the core "struct device" shrinkage patch: ChangeSet@xxxxxxxxxx, 2004-11-12 11:41:25-08:00, david-b@xxxxxxxxxxx [PATCH] driver core: shrink struct device a bit This patch removes two fields from "struct device" that are duplicated in "struct dev_pm_info": power_state (which should probably vanish) and "saved_state". There were only two "real" uses of saved_state; both are now switched over to use dev_pm_info. Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx> so I think the people involved agree with you on moving it ever outwards.. Linus