USB: Correct CONFIG variable typo.
authorRobert P. J. Day <[email protected]>
Mon, 28 Dec 2009 11:31:08 +0000 (06:31 -0500)
committerGreg Kroah-Hartman <[email protected]>
Tue, 2 Mar 2010 22:53:40 +0000 (14:53 -0800)
Signed-off-by: Robert P. J. Day <[email protected]>
Cc: David Brownell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/gadget/ether.c

index 141372b6e7a143b9a2497a1abf5d21b5f9ca3249..400f80372d938e1af5130bb7ea594f8b8cf3b844 100644 (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;