From 8c9ec46177df6246d39c6f4c1e364fa7f7cb2a1a Mon Sep 17 00:00:00 2001 From: lyz Date: Mon, 17 Nov 2014 17:01:29 +0800 Subject: [PATCH] usb-uart: fix complie error --- drivers/usb/dwc_otg_310/dwc_otg_driver.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/usb/dwc_otg_310/dwc_otg_driver.c b/drivers/usb/dwc_otg_310/dwc_otg_driver.c index 9bfa50cf96eb..1279c0d623d8 100755 --- a/drivers/usb/dwc_otg_310/dwc_otg_driver.c +++ b/drivers/usb/dwc_otg_310/dwc_otg_driver.c @@ -120,9 +120,7 @@ static struct usb20host_pdata_id usb20host_pdata[] = { }; #endif -#ifdef CONFIG_RK_USB_UART static u32 usb_to_uart_status; -#endif /*-------------------------------------------------------------------------*/ /* Encapsulate the module parameter settings */ -- 2.34.1