public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: tegra: fix include guard
@ 2014-06-11 19:53 Jeroen Hofstee
  2014-06-11 19:55 ` Stephen Warren
  0 siblings, 1 reply; 6+ messages in thread
From: Jeroen Hofstee @ 2014-06-11 19:53 UTC (permalink / raw)
  To: u-boot

cc: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Jeroen Hofstee <jeroen@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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-06-19 16:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-11 19:53 [U-Boot] [PATCH] ARM: tegra: fix include guard Jeroen Hofstee
2014-06-11 19:55 ` Stephen Warren
2014-06-19 15:52   ` Stephen Warren
2014-06-19 15:55     ` Tom Rini
2014-06-19 16:08       ` Tom Warren
2014-06-19 16:24         ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox