diff -r 96805a6eae3d -r dd276ae226b4 master/ethernet.c --- a/master/ethernet.c Mon Apr 19 21:54:54 2010 +0200 +++ b/master/ethernet.c Mon Apr 19 21:56:16 2010 +0200 @@ -83,6 +83,8 @@ /*****************************************************************************/ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29) +/** Device operations for EoE interfaces. + */ static const struct net_device_ops ec_eoedev_ops = { .ndo_open = ec_eoedev_open, .ndo_stop = ec_eoedev_stop,