Skip to content

Commit

Permalink
staging: omap-thermal: section of device driver callbacks
Browse files Browse the repository at this point in the history
Section with platform device callbacks

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 e195aba commit f91ddfe
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 @@ -862,6 +862,8 @@ static struct omap_bandgap *omap_bandgap_build(struct platform_device *pdev)
return bg_ptr;
}

/*** Device driver call backs ***/

static
int omap_bandgap_probe(struct platform_device *pdev)
{
Expand Down

0 comments on commit f91ddfe

Please sign in to comment.