aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRafael J. Wysocki <[email protected]>2007-10-18 03:04:41 -0700
committerLinus Torvalds <[email protected]>2007-10-18 14:37:18 -0700
commitf242d9196fd1ef4e6bf0e50d2e7f32866fb145c2 (patch)
treef611d44e54e7633ff1d94169cf83485472127e08 /include/linux
parente6c5eb9541f2197a3ffab90b1c7a3250a9b51bf6 (diff)
PM: Make suspend_ops static
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 <[email protected]> Acked-by: Pavel Machek <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/suspend.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h
index 541f0c46d34f..dee416c5477f 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.