summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/usb_h3.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx6/usb_h3.c')
-rw-r--r--arch/arm/mach-mx6/usb_h3.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-mx6/usb_h3.c b/arch/arm/mach-mx6/usb_h3.c
index e25c01621b52..cddf55244098 100644
--- a/arch/arm/mach-mx6/usb_h3.c
+++ b/arch/arm/mach-mx6/usb_h3.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -89,12 +89,7 @@ static void fsl_usb_host_uninit_ext(struct platform_device *pdev)
fsl_usb_host_uninit(pdata);
- usbh3_internal_phy_clock_gate(false);
-
- clk_disable(usb_phy4_clk);
clk_put(usb_phy4_clk);
-
- clk_disable(usb_oh3_clk);
clk_put(usb_oh3_clk);
}