File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,6 @@ const struct pm_state_info *pm_state_next_get(uint8_t cpu);
135
135
*/
136
136
void pm_system_resume (void );
137
137
138
-
139
- /** @cond INTERNAL_HIDDEN */
140
- __deprecated void z_pm_save_idle_exit (void );
141
- /** @endcond */
142
-
143
138
/**
144
139
* @}
145
140
*/
@@ -199,9 +194,6 @@ static inline const struct pm_state_info *pm_state_next_get(uint8_t cpu)
199
194
200
195
return NULL ;
201
196
}
202
- static inline void z_pm_save_idle_exit (void )
203
- {
204
- }
205
197
206
198
static inline void pm_system_resume (void )
207
199
{
Original file line number Diff line number Diff line change @@ -259,13 +259,3 @@ const struct pm_state_info *pm_state_next_get(uint8_t cpu)
259
259
{
260
260
return & z_cpus_pm_state [cpu ];
261
261
}
262
-
263
- void z_pm_save_idle_exit (void )
264
- {
265
- /* Some CPU low power states require notification at the ISR
266
- * to allow any operations that needs to be done before kernel
267
- * switches task or processes nested interrupts.
268
- * This can be simply ignored if not required.
269
- */
270
- pm_system_resume ();
271
- }
You can’t perform that action at this time.
0 commit comments