diff options
Diffstat (limited to 'src/cpu/samsung/exynos5250/power.h')
-rw-r--r-- | src/cpu/samsung/exynos5250/power.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/samsung/exynos5250/power.h b/src/cpu/samsung/exynos5250/power.h index 59a02574db..20a884eefc 100644 --- a/src/cpu/samsung/exynos5250/power.h +++ b/src/cpu/samsung/exynos5250/power.h @@ -71,9 +71,6 @@ void power_enable_dp_phy(void); void power_enable_usb_phy(void); void power_disable_usb_phy(void); -/* Enable HW thermal trip with PS_HOLD_CONTROL register ENABLE_HW_TRIP bit */ -void power_enable_hw_thermal_trip(void); - /* Initialize the pmic voltages to power up the system */ int power_init(void); |