Skip to content

Commit

Permalink
regulator: fan53555: Prevent multiple include of fan53555.h
Browse files Browse the repository at this point in the history
Add define for __FAN53555_H__ to prevent multiple include of the header file.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Axel Lin authored and Mark Brown committed Aug 7, 2013
1 parent c095ba7 commit 36f8250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/regulator/fan53555.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#ifndef __FAN53555_H__
#define __FAN53555_H__

/* VSEL ID */
enum {
Expand Down

0 comments on commit 36f8250

Please sign in to comment.