From: 黄涛 Date: Tue, 21 Dec 2010 10:54:50 +0000 (+0800) Subject: dwc_otg: fix compile error X-Git-Tag: firefly_0821_release~10899^2~19 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=431b4e21297d05449decdf57d47dc269d5a37e44;p=firefly-linux-kernel-4.4.55.git dwc_otg: fix compile error --- diff --git a/drivers/usb/dwc_otg/dwc_otg_driver.c b/drivers/usb/dwc_otg/dwc_otg_driver.c index e5aa34a1648b..9f1e31f6917d 100755 --- a/drivers/usb/dwc_otg/dwc_otg_driver.c +++ b/drivers/usb/dwc_otg/dwc_otg_driver.c @@ -48,6 +48,7 @@ * device. */ +#include #include #include #include @@ -1518,7 +1519,7 @@ static __devinit int host20_driver_probe(struct platform_device *pdev) clk = clk_get(NULL, "otgphy1"); if (IS_ERR(clk)) { retval = PTR_ERR(clk); - DWC_ERROR(&"can't get USB clock of otgphy1\n"); + DWC_ERROR("can't get USB clock of otgphy1\n"); goto fail; } clk_enable(clk); diff --git a/drivers/usb/dwc_otg/dwc_otg_pcd.c b/drivers/usb/dwc_otg/dwc_otg_pcd.c index 42efcdf41fbc..cb0d81d46ab3 100755 --- a/drivers/usb/dwc_otg/dwc_otg_pcd.c +++ b/drivers/usb/dwc_otg/dwc_otg_pcd.c @@ -61,7 +61,7 @@ * */ - +#include #include #include #include