soc: arm: microchip_mec: Remove unused soc_espi_v2.h
Remove unused MEC172x header file soc_espi_v2.h Signed-off-by: Jay Vasanth <jay.vasanth@microchip.com>
This commit is contained in:
parent
4fcaba29e2
commit
9a67af9008
2 changed files with 0 additions and 23 deletions
|
@ -1,22 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2019 Intel Corporation.
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _SOC_ESPI_V2_H_
|
|
||||||
#define _SOC_ESPI_V2_H_
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <device.h>
|
|
||||||
|
|
||||||
int mchp_xec_espi_host_dev_init(const struct device *dev);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* _SOC_ESPI_V2_H_ */
|
|
|
@ -282,7 +282,6 @@ typedef enum {
|
||||||
#include "../common/soc_pins.h"
|
#include "../common/soc_pins.h"
|
||||||
#include "../common/soc_espi_channels.h"
|
#include "../common/soc_espi_channels.h"
|
||||||
#include "../common/soc_espi_saf.h"
|
#include "../common/soc_espi_saf.h"
|
||||||
#include "../common/soc_espi_v2.h"
|
|
||||||
#include "../common/soc_i2c.h"
|
#include "../common/soc_i2c.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue