diff mbox

[U-Boot] ARM: tegra: fix include guard

Message ID 1402516393-18617-1-git-send-email-jeroen@myspectrum.nl
State Accepted
Delegated to: Tom Warren
Headers show

Commit Message

Jeroen Hofstee June 11, 2014, 7:53 p.m. UTC
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(-)

Comments

Stephen Warren June 11, 2014, 7:55 p.m. UTC | #1
On 06/11/2014 01:53 PM, Jeroen Hofstee wrote:

> diff --git a/include/configs/tegra-common-ums.h b/include/configs/tegra-common-ums.h

>  #ifndef _TEGRA_COMMON_UMS_H_
> -#define _TEGRA_COMMON_UMS_H
> +#define _TEGRA_COMMON_UMS_H_

Acked-by: Stephen Warren <swarren@nvidia.com>
Stephen Warren June 19, 2014, 3:52 p.m. UTC | #2
On 06/11/2014 01:55 PM, Stephen Warren wrote:
> On 06/11/2014 01:53 PM, Jeroen Hofstee wrote:
> 
>> diff --git a/include/configs/tegra-common-ums.h b/include/configs/tegra-common-ums.h
> 
>>  #ifndef _TEGRA_COMMON_UMS_H_
>> -#define _TEGRA_COMMON_UMS_H
>> +#define _TEGRA_COMMON_UMS_H_
> 
> Acked-by: Stephen Warren <swarren@nvidia.com>

Has this been picked up? I wonder if TomR or TomW will do that?
Tom Rini June 19, 2014, 3:55 p.m. UTC | #3
On Thu, Jun 19, 2014 at 09:52:53AM -0600, Stephen Warren wrote:

> On 06/11/2014 01:55 PM, Stephen Warren wrote:
> > On 06/11/2014 01:53 PM, Jeroen Hofstee wrote:
> > 
> >> diff --git a/include/configs/tegra-common-ums.h b/include/configs/tegra-common-ums.h
> > 
> >>  #ifndef _TEGRA_COMMON_UMS_H_
> >> -#define _TEGRA_COMMON_UMS_H
> >> +#define _TEGRA_COMMON_UMS_H_
> > 
> > Acked-by: Stephen Warren <swarren@nvidia.com>
> 
> Has this been picked up? I wonder if TomR or TomW will do that?

I tossed this towards Tom W in patchwork, got enough time left in the
release for one more PR at least :)
Tom Rini June 19, 2014, 4:24 p.m. UTC | #4
On Thu, Jun 19, 2014 at 09:08:08AM -0700, Tom Warren wrote:

> Just got back from vacation - I'll put it in u-boot-tegra/next. Should I send a PR to Albert so it goes up the chain in the usual manner? Or would you like to pull it directly once it's in u-boot-tegra?

It's a trivial enough patch that I'm fine with it coming in for this
release, via Albert as usual.  Thanks!
diff mbox

Patch

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 */