Removed clear functions from headers of kobject-classes.

This commit is contained in:
Florian Pose 2006-10-17 14:19:59 +00:00
parent 3dc90146fd
commit 9c7dd75ed9
6 changed files with 3 additions and 3 deletions

View File

@ -62,6 +62,7 @@ ec_data_reg_t;
/*****************************************************************************/
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 *);

View File

@ -76,7 +76,6 @@ struct ec_domain
/*****************************************************************************/
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 *);

View File

@ -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);

View File

@ -143,7 +143,6 @@ struct ec_master
// 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

View File

@ -52,6 +52,7 @@ extern const ec_code_msg_t al_status_messages[];
/*****************************************************************************/
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);

View File

@ -296,7 +296,6 @@ struct ec_slave
// 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 *);