From 853ee0a9a7da36603fbe428d31e180e5a2f4b21e Mon Sep 17 00:00:00 2001 From: Benoit Goby Date: Tue, 1 Mar 2011 17:05:47 -0800 Subject: [PATCH] usb: otg: cpcap: Moved tegra_usb.h to linux/platform_data Change-Id: Id745ee5684f079b09f5076a4453f4f925ddc1210 Signed-off-by: Benoit Goby --- drivers/usb/otg/cpcap-otg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/otg/cpcap-otg.c b/drivers/usb/otg/cpcap-otg.c index 108705f437c0..e1f8b196f360 100644 --- a/drivers/usb/otg/cpcap-otg.c +++ b/drivers/usb/otg/cpcap-otg.c @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include -- 2.34.1