USB: Correct CONFIG variable typo.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Cc: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3a90f81872
commit
c9188ad25d
@@ -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;
|
||||||
|
Reference in New Issue
Block a user