aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2013-03-15 09:00:23 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-15 12:02:23 -0400
commitf91ddfedfd94de94f283cd4b4e0f6ae9b1f9beb6 (patch)
tree03c6771c2e7d65fe8300138c862858324fc31fb0
parente195aba425069b259cf1d66b6309a3aeedb23a14 (diff)
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>
-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 8c7ac0e37183..87461875829e 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)
862 return bg_ptr; 862 return bg_ptr;
863} 863}
864 864
865/*** Device driver call backs ***/
866
865static 867static
866int omap_bandgap_probe(struct platform_device *pdev) 868int omap_bandgap_probe(struct platform_device *pdev)
867{ 869{