From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 22 Apr 2016 12:31:44 -0600 Subject: [U-Boot] [PATCH 23/60] ARM: tegra: move xusb-padctl.h to In-Reply-To: <1461099580-3866-24-git-send-email-swarren@wwwdotorg.org> References: <1461099580-3866-1-git-send-email-swarren@wwwdotorg.org> <1461099580-3866-24-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:59, Stephen Warren wrote: > From: Stephen Warren > > Machine-specific headers should be in this location. Eventually, we'll > move all headers from arch/arm/include to arch/arm/mach-tegra/include, > or find a way to delete them. > > Signed-off-by: Stephen Warren > --- > arch/arm/mach-tegra/board2.c | 2 +- > .../asm/arch-tegra => mach-tegra/include/mach}/xusb-padctl.h | 4 ++-- > arch/arm/mach-tegra/xusb-padctl-common.h | 9 ++++----- > arch/arm/mach-tegra/xusb-padctl-dummy.c | 4 ++-- > drivers/pci/pci_tegra.c | 5 +++-- > 5 files changed, 12 insertions(+), 12 deletions(-) > rename arch/arm/{include/asm/arch-tegra => mach-tegra/include/mach}/xusb-padctl.h (92%) Reviewed-by: Simon Glass