summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-06-11 21:53:13 +0200
committerTom Warren <twarren@nvidia.com>2014-06-19 09:18:05 -0700
commit99dd16c60c33e87bff4da02f8d9077841c45d5f9 (patch)
tree02443d871ab2f94c71f28470b29fe1da84b21152 /include
parentc42ff090e41d4b9e50faa727bac490ee790f82f4 (diff)
downloadblackbird-obmc-uboot-99dd16c60c33e87bff4da02f8d9077841c45d5f9.tar.gz
blackbird-obmc-uboot-99dd16c60c33e87bff4da02f8d9077841c45d5f9.zip
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>
Diffstat (limited to 'include')
-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 7bd8960a32..578ca68b57 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 */
OpenPOWER on IntegriCloud