[U-Boot] [PATCH] ARM: tegra: fix include guard

Jeroen Hofstee jeroen at myspectrum.nl
Wed Jun 11 21:53:13 CEST 2014


cc: Stephen Warren <swarren at nvidia.com>
Signed-off-by: Jeroen Hofstee <jeroen at myspectrum.nl>
---
 include/configs/tegra-common-ums.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/tegra-common-ums.h b/include/configs/tegra-common-ums.h
index 7bd8960..578ca68 100644
--- a/include/configs/tegra-common-ums.h
+++ b/include/configs/tegra-common-ums.h
@@ -6,7 +6,7 @@
  */
 
 #ifndef _TEGRA_COMMON_UMS_H_
-#define _TEGRA_COMMON_UMS_H
+#define _TEGRA_COMMON_UMS_H_
 
 #ifndef CONFIG_SPL_BUILD
 /* USB gadget, and mass storage protocol */
-- 
1.8.3.2



More information about the U-Boot mailing list