Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363825
b: refs/heads/master
c: 8c99c16
h: refs/heads/master
i:
  363823: 73580b9
v: v3
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Apr 1, 2013
1 parent b44bac1 commit 120f822
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 169e8d03f02d98e7d02afca275dfbc1c834ed360
refs/heads/master: 8c99c166bd5ba8c66488e3035572804a7d2ff533
7 changes: 7 additions & 0 deletions trunk/drivers/staging/ti-soc-thermal/ti-thermal.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
#ifdef CONFIG_TI_THERMAL
int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain);
int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id);
int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id);
int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id);
int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id);
#else
Expand All @@ -91,6 +92,12 @@ int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id)
return 0;
}

static inline
int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id)
{
return 0;
}

static inline
int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id)
{
Expand Down

0 comments on commit 120f822

Please sign in to comment.