summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-06-11 19:53:13 (GMT)
committerTom Warren <twarren@nvidia.com>2014-06-19 16:18:05 (GMT)
commit99dd16c60c33e87bff4da02f8d9077841c45d5f9 (patch)
tree02443d871ab2f94c71f28470b29fe1da84b21152
parentc42ff090e41d4b9e50faa727bac490ee790f82f4 (diff)
downloadu-boot-fsl-qoriq-99dd16c60c33e87bff4da02f8d9077841c45d5f9.tar.xz
ARM: tegra: fix include guard
cc: Stephen Warren <swarren@nvidia.com> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
-rw-r--r--include/configs/tegra-common-ums.h2
1 files changed, 1 insertions, 1 deletions
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 */