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
|
|
@ -6,7 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _TEGRA_COMMON_UMS_H_
|
#ifndef _TEGRA_COMMON_UMS_H_
|
||||||
#define _TEGRA_COMMON_UMS_H
|
#define _TEGRA_COMMON_UMS_H_
|
||||||
|
|
||||||
#ifndef CONFIG_SPL_BUILD
|
#ifndef CONFIG_SPL_BUILD
|
||||||
/* USB gadget, and mass storage protocol */
|
/* USB gadget, and mass storage protocol */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue