> -----Original Message----- > From: Linus Walleij [mailto:linus.walleij@xxxxxxxxxx] > Sent: Wednesday, April 25, 2012 11:30 AM > To: netdev@xxxxxxxxxxxxxxx; linux-usb@xxxxxxxxxxxxxxx; Greg Kroah-Hartman; > David S. Miller; Felipe Balbi > Cc: Jussi Kivilinna; Haiyang Zhang; Wei Yongjun; Ben Hutchings; Linus > Walleij > Subject: [PATCH 02/14 v2] usb/net: rndis: break out <linux/rndis.h> > defines > > As a first step to consolidate the RNDIS implementations, break out > a common file with all the #defines and move it to <linux/rndis.h>. > The compilation screams about double-defines all over the place > (as could be expected, this is why we're consolidating) but it > compiles cleanly still. > > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > drivers/net/hyperv/hyperv_net.h | 290 +----------------- > drivers/net/wireless/rndis_wlan.c | 49 --- > drivers/usb/gadget/ndis.h | 164 ---------- > drivers/usb/gadget/rndis.h | 48 +--- > include/linux/rndis.h | 615 > +++++++++++++++++++++++++++++++++++++ > include/linux/usb/rndis_host.h | 66 +---- > 6 files changed, 619 insertions(+), 613 deletions(-) > create mode 100644 include/linux/rndis.h > Reviewed-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html