summaryrefslogtreecommitdiff
path: root/drivers/staging/omap-thermal
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2013-03-15 13:00:23 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-15 16:02:23 (GMT)
commitf91ddfedfd94de94f283cd4b4e0f6ae9b1f9beb6 (patch)
tree03c6771c2e7d65fe8300138c862858324fc31fb0 /drivers/staging/omap-thermal
parente195aba425069b259cf1d66b6309a3aeedb23a14 (diff)
downloadlinux-fsl-qoriq-f91ddfedfd94de94f283cd4b4e0f6ae9b1f9beb6.tar.xz
staging: omap-thermal: section of device driver callbacks
Section with platform device callbacks Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/omap-thermal')
-rw-r--r--drivers/staging/omap-thermal/omap-bandgap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/omap-thermal/omap-bandgap.c b/drivers/staging/omap-thermal/omap-bandgap.c
index 8c7ac0e..8746187 100644
--- a/drivers/staging/omap-thermal/omap-bandgap.c
+++ b/drivers/staging/omap-thermal/omap-bandgap.c
@@ -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)
{