diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-08-06 20:56:10 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-07 05:38:16 -0400 |
commit | 36f8250e4d478429a393c20910dcd02772bd0839 (patch) | |
tree | 2db35e6d10b846b9fd101a7533be4c7b9d3dfa78 /include/linux/regulator | |
parent | c095ba7224d8edc71dcef0d655911399a8bd4a3f (diff) |
regulator: fan53555: Prevent multiple include of fan53555.h
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>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r-- | include/linux/regulator/fan53555.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/fan53555.h b/include/linux/regulator/fan53555.h index 5c45c85d52ca..f13880e84d85 100644 --- a/include/linux/regulator/fan53555.h +++ b/include/linux/regulator/fan53555.h | |||
@@ -11,6 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #ifndef __FAN53555_H__ | 13 | #ifndef __FAN53555_H__ |
14 | #define __FAN53555_H__ | ||
14 | 15 | ||
15 | /* VSEL ID */ | 16 | /* VSEL ID */ |
16 | enum { | 17 | enum { |