Exemplo n.º 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
}
Exemplo n.º 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());
}