mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-24 11:03:49 +08:00
Avoid missing prototype warning.
This commit is contained in:
+1
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user