From f242d9196fd1ef4e6bf0e50d2e7f32866fb145c2 Mon Sep 17 00:00:00 2001 From: "Rafael J. Wysocki" Date: Thu, 18 Oct 2007 03:04:41 -0700 Subject: PM: Make suspend_ops static MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The variable suspend_ops representing the set of global platform-specific suspend-related operations, used by the PM core, need not be exported outside of kernel/power/main.c .  Make it static. Signed-off-by: Rafael J. Wysocki Acked-by: Pavel Machek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/suspend.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/linux/suspend.h') diff --git a/include/linux/suspend.h b/include/linux/suspend.h index 541f0c46d34..dee416c5477 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h @@ -79,8 +79,6 @@ struct platform_suspend_ops { }; #ifdef CONFIG_SUSPEND -extern struct platform_suspend_ops *suspend_ops; - /** * suspend_set_ops - set platform dependent suspend operations * @ops: The new suspend operations to set. -- cgit v1.2.3