linux/drivers/base/power
David Brownell e9b7bd4ee7 [PATCH] one less word in struct device
This saves a word from "struct device" ... there's a refcounting mechanism
stub that's rather ineffective (the values are never even tested!), which
can safely be deleted.  With this patch it uses normal device refcounting,
so any potential users of the pm_parent mechanism will be more correct.
(That mechanism is actually unusable for now though; it does nothing.)

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

 drivers/base/power/main.c |   26 +++-----------------------
 include/linux/pm.h        |    1 -
 2 files changed, 3 insertions(+), 24 deletions(-)
2005-10-28 16:47:39 -07:00
..
main.c [PATCH] one less word in struct device 2005-10-28 16:47:39 -07:00
Makefile
power.h
resume.c [PATCH] swsusp: switch pm_message_t to struct 2005-09-05 00:06:16 -07:00
runtime.c [PATCH] swsusp: switch pm_message_t to struct 2005-09-05 00:06:16 -07:00
shutdown.c
suspend.c [PATCH] swsusp: switch pm_message_t to struct 2005-09-05 00:06:16 -07:00
sysfs.c [PATCH] driver model wakeup flags 2005-10-28 09:52:50 -07:00