File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ struct prcmu_fw_version {
215
215
216
216
static inline void prcmu_early_init (void )
217
217
{
218
- return db8500_prcmu_early_init ();
218
+ db8500_prcmu_early_init ();
219
219
}
220
220
221
221
static inline int prcmu_set_power_state (u8 state , bool keep_ulp_clk ,
@@ -302,7 +302,7 @@ static inline int prcmu_request_ape_opp_100_voltage(bool enable)
302
302
303
303
static inline void prcmu_system_reset (u16 reset_code )
304
304
{
305
- return db8500_prcmu_system_reset (reset_code );
305
+ db8500_prcmu_system_reset (reset_code );
306
306
}
307
307
308
308
static inline u16 prcmu_get_reset_code (void )
@@ -314,7 +314,7 @@ int prcmu_ac_wake_req(void);
314
314
void prcmu_ac_sleep_req (void );
315
315
static inline void prcmu_modem_reset (void )
316
316
{
317
- return db8500_prcmu_modem_reset ();
317
+ db8500_prcmu_modem_reset ();
318
318
}
319
319
320
320
static inline bool prcmu_is_ac_wake_requested (void )
You can’t perform that action at this time.
0 commit comments