diff options
Diffstat (limited to 'src/cpu/samsung/exynos5420/power.h')
-rw-r--r-- | src/cpu/samsung/exynos5420/power.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/samsung/exynos5420/power.h b/src/cpu/samsung/exynos5420/power.h index 4efc84efb2..29d3d14a10 100644 --- a/src/cpu/samsung/exynos5420/power.h +++ b/src/cpu/samsung/exynos5420/power.h @@ -73,9 +73,6 @@ void power_shutdown(void); /* Enable DPTX PHY */ void power_enable_dp_phy(void); -void power_enable_usb_phy(void); -void power_disable_usb_phy(void); - /* Initialize the pmic voltages to power up the system */ int power_init(void); |