diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-08-07 08:56:10 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-07 10:38:16 +0100 |
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 5c45c85d52c..f13880e84d8 100644 --- a/include/linux/regulator/fan53555.h +++ b/include/linux/regulator/fan53555.h @@ -11,6 +11,7 @@ */ #ifndef __FAN53555_H__ +#define __FAN53555_H__ /* VSEL ID */ enum { |