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:
Jay Vasanth 2022-03-17 16:43:00 -04:00 committed by Carles Cufí
commit 9a67af9008
2 changed files with 0 additions and 23 deletions

View file

@ -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_ */

View file

@ -282,7 +282,6 @@ typedef enum {
#include "../common/soc_pins.h"
#include "../common/soc_espi_channels.h"
#include "../common/soc_espi_saf.h"
#include "../common/soc_espi_v2.h"
#include "../common/soc_i2c.h"
#endif