Avoid missing prototype warning.

This commit is contained in:
Florian Pose 2025-03-25 09:24:25 +01:00
parent 7deaae5c4a
commit 0116094a7c
1 changed files with 1 additions and 3 deletions

View File

@ -126,6 +126,7 @@ static int ec_master_eoe_thread(void *);
void ec_master_find_dc_ref_clock(ec_master_t *);
void ec_master_clear_device_stats(ec_master_t *);
void ec_master_update_device_stats(ec_master_t *);
void ec_master_nanosleep(const unsigned long);
static void sc_reset_task_kicker(struct irq_work *work);
static void sc_reset_task(struct work_struct *work);
@ -1393,9 +1394,6 @@ static enum hrtimer_restart ec_master_nanosleep_wakeup(struct hrtimer *timer)
return HRTIMER_NORESTART;
}
/****************************************************************************/
/****************************************************************************/
void ec_master_nanosleep(const unsigned long nsecs)