Hi Dave, Today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/net/acenic.c:461: error: 'ace_vlan_rx_register' undeclared here (not in a function) Caused by commit d8b83c57a7e497cba9b5cb156e63176323035785 ("acenic: convert to net_device_ops"). This commit should also be looked at again as ace_vlan_rx_register() is only defined if ACENIC_DO_VLAN is set but it is used in net_device_ops unconditionally. And it needs to be forward declared to get rid of the compiler error above, of course. I have dropped the net tree for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/