summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Brodkin <[email protected]>2014-02-10 12:20:13 +0400
committerHeiko Schocher <[email protected]>2014-02-20 06:49:19 +0100
commit39abd65c342a271d39fa580dc4c5cb7fce516ef3 (patch)
treebf7f92c3a4cf3c5310414a8a2d1da1fa862c8fd2
parent3d93f6959b0e91a8ee6845363e18b2d4375a0a53 (diff)
arc: remove "hardware.h"
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]>
-rw-r--r--arch/arc/include/asm/arch-arc700/hardware.h10
1 files changed, 0 insertions, 10 deletions
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 8ec13a8593a..00000000000
--- 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>.
- */