]> Git Repo - J-u-boot.git/commitdiff
arc: remove "hardware.h"
authorAlexey Brodkin <[email protected]>
Mon, 10 Feb 2014 08:20:13 +0000 (12:20 +0400)
committerHeiko Schocher <[email protected]>
Thu, 20 Feb 2014 05:49:19 +0000 (06:49 +0100)
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 <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Vipin Kumar <[email protected]>
Cc: Armando Visconti <[email protected]>
arch/arc/include/asm/arch-arc700/hardware.h [deleted file]

diff --git a/arch/arc/include/asm/arch-arc700/hardware.h b/arch/arc/include/asm/arch-arc700/hardware.h
deleted file mode 100644 (file)
index 8ec13a8..0000000
+++ /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>.
- */
This page took 0.036347 seconds and 4 git commands to generate.