mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
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>
This commit is contained in:
parent
c42ff090e4
commit
99dd16c60c
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue