[U-Boot] [PATCH 3/3] arc: remove "hardware.h"

Alexey Brodkin Alexey.Brodkin at synopsys.com
Mon Feb 10 09:20:13 CET 2014


This file was only required for compilation of designware_i2c driver.
Since explicit inclusion of "hardware.h" is now removed from the driver
we may safely remove this empty header as well.

Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>

Cc: Tom Rini <trini at ti.com>
Cc: Heiko Schocher <hs at denx.de>
Cc: Stefan Roese <sr at denx.de>
Cc: Vipin Kumar <vipin.kumar at st.com>
Cc: Armando Visconti <armando.visconti at st.com>
---
 arch/arc/include/asm/arch-arc700/hardware.h | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 arch/arc/include/asm/arch-arc700/hardware.h

diff --git a/arch/arc/include/asm/arch-arc700/hardware.h b/arch/arc/include/asm/arch-arc700/hardware.h
deleted file mode 100644
index 8ec13a8..0000000
--- a/arch/arc/include/asm/arch-arc700/hardware.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * Copyright (C) 2014 Synopsys, Inc. All rights reserved.
- *
- * SPDX-License-Identifier:	GPL-2.0+
- */
-
-/*
- * This file is only required to allow compilation of "designware_i2c" driver.
- * Which explicitly includes <asm/arch/hardware.h>.
- */
-- 
1.8.5.3



More information about the U-Boot mailing list