Skip to content

Commit

Permalink
staging: omap-thermal: device initialization section
Browse files Browse the repository at this point in the history
Section of helper functions to initilize the bandgap device

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 56f132f commit e195aba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/omap-thermal/omap-bandgap.c
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,8 @@ void *omap_bandgap_get_sensor_data(struct omap_bandgap *bg_ptr, int id)
return bg_ptr->conf->sensors[id].data;
}

/*** Helper functions used during device initialization ***/

static int
omap_bandgap_force_single_read(struct omap_bandgap *bg_ptr, int id)
{
Expand Down

0 comments on commit e195aba

Please sign in to comment.