Removed clear functions from headers of kobject-classes.
--- a/master/domain.c Tue Oct 17 14:15:48 2006 +0000
+++ b/master/domain.c Tue Oct 17 14:19:59 2006 +0000
@@ -62,6 +62,7 @@
/*****************************************************************************/
+void ec_domain_clear(struct kobject *);
void ec_domain_clear_data_regs(ec_domain_t *);
ssize_t ec_show_domain_attribute(struct kobject *, struct attribute *, char *);
--- a/master/domain.h Tue Oct 17 14:15:48 2006 +0000
+++ b/master/domain.h Tue Oct 17 14:19:59 2006 +0000
@@ -76,7 +76,6 @@
/*****************************************************************************/
int ec_domain_init(ec_domain_t *, ec_master_t *, unsigned int);
-void ec_domain_clear(struct kobject *);
int ec_domain_alloc(ec_domain_t *, uint32_t);
void ec_domain_queue(ec_domain_t *);
--- a/master/master.c Tue Oct 17 14:15:48 2006 +0000
+++ b/master/master.c Tue Oct 17 14:19:59 2006 +0000
@@ -54,6 +54,7 @@
/*****************************************************************************/
+void ec_master_clear(struct kobject *);
void ec_master_sync_io(ec_master_t *);
void ec_master_idle_run(void *);
void ec_master_eoe_run(unsigned long);
--- a/master/master.h Tue Oct 17 14:15:48 2006 +0000
+++ b/master/master.h Tue Oct 17 14:19:59 2006 +0000
@@ -143,7 +143,6 @@
// master creation and deletion
int ec_master_init(ec_master_t *, unsigned int, unsigned int, dev_t);
-void ec_master_clear(struct kobject *);
void ec_master_reset(ec_master_t *);
// free run
--- a/master/slave.c Tue Oct 17 14:15:48 2006 +0000
+++ b/master/slave.c Tue Oct 17 14:19:59 2006 +0000
@@ -52,6 +52,7 @@
/*****************************************************************************/
+void ec_slave_clear(struct kobject *);
ssize_t ec_show_slave_attribute(struct kobject *, struct attribute *, char *);
ssize_t ec_store_slave_attribute(struct kobject *, struct attribute *,
const char *, size_t);
--- a/master/slave.h Tue Oct 17 14:15:48 2006 +0000
+++ b/master/slave.h Tue Oct 17 14:19:59 2006 +0000
@@ -296,7 +296,6 @@
// slave construction/destruction
int ec_slave_init(ec_slave_t *, ec_master_t *, uint16_t, uint16_t);
-void ec_slave_clear(struct kobject *);
int ec_slave_prepare_fmmu(ec_slave_t *, const ec_domain_t *,
const ec_sii_sync_t *);