regulator: fan53555: Prevent multiple include of fan53555.h
authorAxel Lin <axel.lin@ingics.com>
Wed, 7 Aug 2013 00:56:10 +0000 (08:56 +0800)
committerMark Brown <broonie@linaro.org>
Wed, 7 Aug 2013 09:38:16 +0000 (10:38 +0100)
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>
include/linux/regulator/fan53555.h

index 5c45c85d52ca1f1a8ad75da25976ab425d173e41..f13880e84d859817ec4a8c9fb2deccc21f347b4d 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #ifndef __FAN53555_H__
+#define __FAN53555_H__
 
 /* VSEL ID */
 enum {
This page took 0.025284 seconds and 5 git commands to generate.