From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 22 Apr 2016 12:30:56 -0600 Subject: [U-Boot] [PATCH 19/60] ARM: tegra: move gpu.h In-Reply-To: <1461099580-3866-20-git-send-email-swarren@wwwdotorg.org> References: <1461099580-3866-1-git-send-email-swarren@wwwdotorg.org> <1461099580-3866-20-git-send-email-swarren@wwwdotorg.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 19 April 2016 at 14:58, Stephen Warren wrote: > From: Stephen Warren > > This header is only needed by code local to mach-tegra, so move it there > to avoid polluting the global include path. > > Signed-off-by: Stephen Warren > --- > arch/arm/mach-tegra/board2.c | 2 +- > arch/arm/mach-tegra/gpu.c | 6 +++--- > arch/arm/{include/asm/arch-tegra => mach-tegra}/gpu.h | 8 ++++---- > 3 files changed, 8 insertions(+), 8 deletions(-) > rename arch/arm/{include/asm/arch-tegra => mach-tegra}/gpu.h (80%) Reviewed-by: Simon Glass