mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-17 16:51:44 +08:00
Fixed function call.
This commit is contained in:
@@ -423,7 +423,7 @@ int create_serial_devices(ec_master_t *master, ec_domain_t *domain)
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
void cleanup_serial_devices(void)
|
||||
void free_serial_devices(void)
|
||||
{
|
||||
printk(KERN_INFO PFX "Cleaning up serial devices...\n");
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
|
||||
int create_serial_devices(ec_master_t *, ec_domain_t *);
|
||||
void free_serial_devices(void);
|
||||
|
||||
void run_serial_devices(u8 *);
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user