diff -r b0994b4e3b37 -r aa23c48dca2d devices/ecdev.h --- a/devices/ecdev.h Thu Mar 08 13:06:20 2007 +0000 +++ b/devices/ecdev.h Thu Mar 08 18:15:25 2007 +0000 @@ -66,9 +66,8 @@ /*****************************************************************************/ // Offering/withdrawal functions -int ecdev_offer(struct net_device *net_dev, ec_device_t **, - const char *driver_name, unsigned int board_index, - ec_pollfunc_t poll, struct module *module); +int ecdev_offer(struct net_device *net_dev, ec_pollfunc_t poll, + struct module *module, ec_device_t **); void ecdev_withdraw(ec_device_t *device); /*****************************************************************************/