From: Robert P. J. Day Date: Fri, 26 Jan 2007 00:34:52 +0000 (-0500) Subject: USB: Fix apparent typo CONFIG_USB_CDCETHER. X-Git-Tag: upstream/snapshot3+hdmi~35801^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fe89e9cc8ebd9da70f760409a4301d26f80a460;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git USB: Fix apparent typo CONFIG_USB_CDCETHER. Replace the apparent typo CONFIG_USB_CDCETHER with CONFIG_USB_NET_CDCETHER. Signed-off-by: Robert P. J. Day Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/core/otg_whitelist.h b/drivers/usb/core/otg_whitelist.h index 627a5a2..7f31a49 100644 --- a/drivers/usb/core/otg_whitelist.h +++ b/drivers/usb/core/otg_whitelist.h @@ -31,7 +31,7 @@ static struct usb_device_id whitelist_table [] = { { USB_DEVICE_INFO(7, 1, 3) }, #endif -#ifdef CONFIG_USB_CDCETHER +#ifdef CONFIG_USB_NET_CDCETHER /* Linux-USB CDC Ethernet gadget */ { USB_DEVICE(0x0525, 0xa4a1), }, /* Linux-USB CDC Ethernet + RNDIS gadget */