* [-mm patch] remove kernel/power/pm.c:pm_unregister()
@ 2006-02-20 22:36 Adrian Bunk
2006-02-20 23:06 ` Nigel Cunningham
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-02-20 22:36 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
Since the last user is removed in -mm, we can now remove this long
deprecated function.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
include/linux/pm_legacy.h | 7 -------
kernel/power/pm.c | 20 --------------------
2 files changed, 27 deletions(-)
--- linux-2.6.16-rc4-mm1-full/include/linux/pm_legacy.h.old 2006-02-20 19:40:14.000000000 +0100
+++ linux-2.6.16-rc4-mm1-full/include/linux/pm_legacy.h 2006-02-20 19:40:24.000000000 +0100
@@ -16,11 +16,6 @@
pm_register(pm_dev_t type, unsigned long id, pm_callback callback);
/*
- * Unregister a device with power management
- */
-void __deprecated pm_unregister(struct pm_dev *dev);
-
-/*
* Unregister all devices with matching callback
*/
void __deprecated pm_unregister_all(pm_callback callback);
@@ -41,8 +36,6 @@
return NULL;
}
-static inline void pm_unregister(struct pm_dev *dev) {}
-
static inline void pm_unregister_all(pm_callback callback) {}
static inline int pm_send_all(pm_request_t rqst, void *data)
--- linux-2.6.16-rc4-mm1-full/kernel/power/pm.c.old 2006-02-20 19:40:32.000000000 +0100
+++ linux-2.6.16-rc4-mm1-full/kernel/power/pm.c 2006-02-20 19:40:50.000000000 +0100
@@ -75,25 +75,6 @@
return dev;
}
-/**
- * pm_unregister - unregister a device with power management
- * @dev: device to unregister
- *
- * Remove a device from the power management notification lists. The
- * dev passed must be a handle previously returned by pm_register.
- */
-
-void pm_unregister(struct pm_dev *dev)
-{
- if (dev) {
- mutex_lock(&pm_devs_lock);
- list_del(&dev->entry);
- mutex_unlock(&pm_devs_lock);
-
- kfree(dev);
- }
-}
-
static void __pm_unregister(struct pm_dev *dev)
{
if (dev) {
@@ -258,7 +239,6 @@
}
EXPORT_SYMBOL(pm_register);
-EXPORT_SYMBOL(pm_unregister);
EXPORT_SYMBOL(pm_unregister_all);
EXPORT_SYMBOL(pm_send_all);
EXPORT_SYMBOL(pm_active);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [-mm patch] remove kernel/power/pm.c:pm_unregister()
2006-02-20 22:36 [-mm patch] remove kernel/power/pm.c:pm_unregister() Adrian Bunk
@ 2006-02-20 23:06 ` Nigel Cunningham
0 siblings, 0 replies; 2+ messages in thread
From: Nigel Cunningham @ 2006-02-20 23:06 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Andrew Morton, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 172 bytes --]
One word...
On Tuesday 21 February 2006 08:36, Adrian Bunk wrote:
> Since the last user is removed in -mm, we can now remove this long
> deprecated function.
Yay!
Nigel
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-20 23:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20 22:36 [-mm patch] remove kernel/power/pm.c:pm_unregister() Adrian Bunk
2006-02-20 23:06 ` Nigel Cunningham
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox