From 36f8250e4d478429a393c20910dcd02772bd0839 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Wed, 7 Aug 2013 08:56:10 +0800 Subject: 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 Signed-off-by: Mark Brown --- include/linux/regulator/fan53555.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/regulator') 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 @@ */ #ifndef __FAN53555_H__ +#define __FAN53555_H__ /* VSEL ID */ enum { -- cgit