diff -r b84f69db8566 -r fb4c9dd11ca0 master/master.c --- a/master/master.c Mon Apr 10 14:25:02 2006 +0000 +++ b/master/master.c Mon Apr 10 15:00:03 2006 +0000 @@ -25,6 +25,10 @@ /*****************************************************************************/ +ssize_t ec_show_master_attribute(struct kobject *, struct attribute *, char *); + +/*****************************************************************************/ + static struct attribute attr_slave_count = { .name = "slave_count", .owner = THIS_MODULE,