Commit c9188ad2 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Greg Kroah-Hartman

USB: Correct CONFIG variable typo.

Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3a90f818
...@@ -259,7 +259,7 @@ static struct usb_configuration rndis_config_driver = { ...@@ -259,7 +259,7 @@ static struct usb_configuration rndis_config_driver = {
/*-------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------*/
#ifdef USB_ETH_EEM #ifdef CONFIG_USB_ETH_EEM
static int use_eem = 1; static int use_eem = 1;
#else #else
static int use_eem; static int use_eem;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment