usbnet: move the CDC parser into USB core
authorOliver Neukum <oneukum@suse.com>
Thu, 14 Jul 2016 13:41:30 +0000 (15:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Jul 2016 15:46:57 +0000 (08:46 -0700)
commite4c6fb779498243ec001c5547b3504fe6b1993ec
treef9cb73a1017afbd0962ee2c4fbd3c6179d17b744
parenta1ca2c6b2924a602bb19dce7390a6e9604dd45bf
usbnet: move the CDC parser into USB core

The dependencies were impossible to handle preventing
drivers for CDC devices not which are not network drivers
from using the common parser.

Signed-off-by: Oliver Neukum <ONeukum@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/usbnet.c
drivers/usb/core/message.c