Skip to content

Commit

Permalink
staging: omap-thermal: add a section of register manipulation
Browse files Browse the repository at this point in the history
This is introduces a series of marks inside the code to
better organize functions per group, aggregating their
functionality.

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 e555c95 commit 8abbe71
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 @@ -42,6 +42,8 @@

#include "omap-bandgap.h"

/*** Helper functions to access registers and their bitfields ***/

/**
* omap_bandgap_readl() - simple read helper function
* @bg_ptr: pointer to omap_bandgap structure
Expand Down

0 comments on commit 8abbe71

Please sign in to comment.