diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-03-15 09:00:23 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-15 09:02:23 -0700 |
commit | f91ddfedfd94de94f283cd4b4e0f6ae9b1f9beb6 (patch) | |
tree | 03c6771c2e7d65fe8300138c862858324fc31fb0 | |
parent | e195aba425069b259cf1d66b6309a3aeedb23a14 (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.c | 2 |
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) return bg_ptr; } +/*** Device driver call backs ***/ + static int omap_bandgap_probe(struct platform_device *pdev) { |