[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h
Since few people need the support anymore, this moves the legacy pm_xxx functions to CONFIG_PM_LEGACY, and include/linux/pm_legacy.h. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
95e861db3e
commit
bca73e4bf8
@ -231,6 +231,7 @@
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
#include <linux/pm.h>
|
||||
#include <linux/pm_legacy.h>
|
||||
static int maestro_pm_callback(struct pm_dev *dev, pm_request_t rqst, void *d);
|
||||
|
||||
#include "maestro.h"
|
||||
|
Reference in New Issue
Block a user