[U-Boot] [PATCH] tps6586x.h: fix inclusion guard
Jeroen Hofstee
jeroen at myspectrum.nl
Tue Jun 10 23:01:58 CEST 2014
cc: Simon Glass <sjg at chromium.org>
Signed-off-by: Jeroen Hofstee <jeroen at myspectrum.nl>
---
include/tps6586x.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/tps6586x.h b/include/tps6586x.h
index 10ca103..78ce428 100644
--- a/include/tps6586x.h
+++ b/include/tps6586x.h
@@ -5,7 +5,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
-#ifndef __H_
+#ifndef _TPS6586X_H_
#define _TPS6586X_H_
enum {
--
1.8.3.2
More information about the U-Boot
mailing list