diff -r 1c7033e7c1b9 -r 652180478e95 master/master.h --- a/master/master.h Thu Jun 12 07:47:26 2008 +0000 +++ b/master/master.h Thu Jun 12 08:12:02 2008 +0000 @@ -42,7 +42,6 @@ #define __EC_MASTER_H__ #include -#include #include #include #include @@ -81,7 +80,6 @@ * Manages slaves, domains and IO. */ struct ec_master { - struct kobject kobj; /**< kobject */ unsigned int index; /**< master index */ unsigned int reserved; /**< non-zero, if the master is reserved for RT */ @@ -168,8 +166,8 @@ /*****************************************************************************/ // master creation/deletion -int ec_master_init(ec_master_t *, struct kobject *, unsigned int, - const uint8_t *, const uint8_t *, dev_t); +int ec_master_init(ec_master_t *, unsigned int, const uint8_t *, + const uint8_t *, dev_t); void ec_master_clear(ec_master_t *); // mode transitions