From 526fcc220360fa6acceaa06d5c3c5bb2de57b2f0 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 21 Apr 2015 21:59:35 +0900 Subject: ARM: ARM720t: remove empty asm/arch/hardware.h arch/arm/cpu/arm720t/start.S includes , but the hardware.h headers of ARM720T boards are all empty. Signed-off-by: Masahiro Yamada Cc: Linus Walleij Cc: Stephen Warren Cc: Tom Warren --- arch/arm/include/asm/arch-tegra114/hardware.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 arch/arm/include/asm/arch-tegra114/hardware.h (limited to 'arch/arm/include/asm/arch-tegra114') diff --git a/arch/arm/include/asm/arch-tegra114/hardware.h b/arch/arm/include/asm/arch-tegra114/hardware.h deleted file mode 100644 index c21fbb6259..0000000000 --- a/arch/arm/include/asm/arch-tegra114/hardware.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#ifndef _TEGRA114_HARDWARE_H_ -#define _TEGRA114_HARDWARE_H_ - -/* include tegra specific hardware definitions */ - -#endif /* _TEGRA114_HARDWARE_H_ */ -- cgit