diff -r 69056c46aa4d -r bc2d4bf9cbe5 devices/8139too-2.6.22-ethercat.c --- a/devices/8139too-2.6.22-ethercat.c Thu Sep 06 19:52:17 2012 +0200 +++ b/devices/8139too-2.6.22-ethercat.c Thu Sep 06 20:22:24 2012 +0200 @@ -644,7 +644,7 @@ struct mii_if_info mii; unsigned int regs_len; unsigned long fifo_copy_timeout; - + ec_device_t *ecdev; }; @@ -1067,7 +1067,7 @@ tp->mii.reg_num_mask = 0x1f; /* dev is fully set up and ready to use now */ - + // offer device to EtherCAT master module tp->ecdev = ecdev_offer(dev, ec_poll, THIS_MODULE);