aboutsummaryrefslogtreecommitdiff
path: root/include/linux/suspend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/suspend.h')
-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 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.