Example #1
0
void tegra_add_vc_trips(struct thermal_trip_info *trips, int *num_trips)
{
#ifdef CONFIG_CPU_FREQ
	tegra_add_trip_points(trips, num_trips, tegra_vc_get_cdev());
#endif
}
Example #2
0
void tegra_add_vc_trips(struct thermal_trip_info *trips, int *num_trips)
{
	tegra_add_trip_points(trips, num_trips, tegra_vc_get_cdev());
}