mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-28 18:11:33 +00:00
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 <abrodkin@synopsys.com> Cc: Tom Rini <trini@ti.com> Cc: Heiko Schocher <hs@denx.de> Cc: Stefan Roese <sr@denx.de> Cc: Vipin Kumar <vipin.kumar@st.com> Cc: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
parent
3d93f6959b
commit
39abd65c34
1 changed files with 0 additions and 10 deletions
|
@ -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>.
|
||||
*/
|
Loading…
Add table
Reference in a new issue