On Thu, 2013-08-15 at 14:40 +0200, Patrick Ziegler wrote: > These functions are required by qmi_wwan device driver. This patch is broken. > --- a/backport/backport-include/linux/etherdevice.h > +++ b/backport/backport-include/linux/etherdevice.h ... > --- a/backport/compat/compat-3.9.c > +++ b/backport/compat/compat-3.9.c > @@ -12,6 +12,9 @@ > #include <linux/scatterlist.h> > #include <linux/device.h> > #include <linux/err.h> > +#include <linux/netdevice.h> > +#include <linux/if.h> > +#include <linux/if_ether.h> Need to include linux/etherdevice.h here. johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html