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:
Robert P. J. Day 2009-12-28 06:31:08 -05:00 committed by Greg Kroah-Hartman
parent 3a90f81872
commit c9188ad25d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
#else
static int use_eem;