From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 19 Jun 2014 09:52:53 -0600 Subject: [U-Boot] [PATCH] ARM: tegra: fix include guard In-Reply-To: <5398B440.90507@wwwdotorg.org> References: <1402516393-18617-1-git-send-email-jeroen@myspectrum.nl> <5398B440.90507@wwwdotorg.org> Message-ID: <53A30755.9040602@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Has this been picked up? I wonder if TomR or TomW will do that?