aboutsummaryrefslogtreecommitdiff
path: root/src/mm-context.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-12-01 13:24:08 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-12-01 13:24:17 +0000
commit224c04065d459356e98ce0e3bb32425ce344ad14 (patch)
tree61a59de365d86670a38f356251b2d9fc1fa1b7f9 /src/mm-context.h
parent23033217de26fb91734fed3b999173f151195040 (diff)
Revert "base-manager: add support to put modem in low power mode during suspend"main
This reverts commit 23033217de26fb91734fed3b999173f151195040. This was mixed up in the wrong branch.
Diffstat (limited to 'src/mm-context.h')
-rw-r--r--src/mm-context.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mm-context.h b/src/mm-context.h
index 456a9415..7ca2b7f4 100644
--- a/src/mm-context.h
+++ b/src/mm-context.h
@@ -55,9 +55,8 @@ const gchar *mm_context_get_test_plugin_dir (void);
gboolean mm_context_get_test_no_udev (void);
#endif
#if defined WITH_SUSPEND_RESUME
-gboolean mm_context_get_test_no_suspend_resume (void);
-gboolean mm_context_get_test_quick_suspend_resume (void);
-gboolean mm_context_get_test_radio_off_suspend_resume (void);
+gboolean mm_context_get_test_no_suspend_resume (void);
+gboolean mm_context_get_test_quick_suspend_resume (void);
#endif
#if defined WITH_QRTR
gboolean mm_context_get_test_no_qrtr (void);