diff options
| author | Christoph Hellwig <hch@lst.de> | 2004-10-18 18:02:52 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-18 18:02:52 -0700 |
| commit | 71ccd42c4e97294bb1eefb577f943b97b400f4a8 (patch) | |
| tree | d5e764b7b45717f3876dfd5f7c955a2d6997956e /include | |
| parent | 733902e4992a01c20e5184b77b108373ae0c80ee (diff) | |
[PATCH] remove pm_find, unexport pm_send
cutting back some unused legacy PM code
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/pm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index 7bfd2d43963e..6446e4f65e93 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h @@ -143,11 +143,6 @@ int pm_send(struct pm_dev *dev, pm_request_t rqst, void *data); */ int pm_send_all(pm_request_t rqst, void *data); -/* - * Find a device - */ -struct pm_dev *pm_find(pm_dev_t type, struct pm_dev *from); - static inline void pm_access(struct pm_dev *dev) {} static inline void pm_dev_idle(struct pm_dev *dev) {} |
