[PATCH] dt-bindings/mfs/palmas.h: Fix typo in include guard

From: Rasmus Villemoes
Date: Fri Aug 22 2014 - 09:09:50 EST


Signed-off-by: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
---
include/dt-bindings/mfd/palmas.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/dt-bindings/mfd/palmas.h b/include/dt-bindings/mfd/palmas.h
index 2c8ac48..f4db7df 100644
--- a/include/dt-bindings/mfd/palmas.h
+++ b/include/dt-bindings/mfd/palmas.h
@@ -8,11 +8,11 @@
*/

#ifndef __DT_BINDINGS_PALMAS_H__
-#define __DT_BINDINGS_PALMAS_H
+#define __DT_BINDINGS_PALMAS_H__

/* External control pins */
#define PALMAS_EXT_CONTROL_PIN_ENABLE1 1
#define PALMAS_EXT_CONTROL_PIN_ENABLE2 2
#define PALMAS_EXT_CONTROL_PIN_NSLEEP 3

-#endif /* __DT_BINDINGS_PALMAS_H */
+#endif /* __DT_BINDINGS_PALMAS_H__ */
--
1.9.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/