Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69207 )
Change subject: soc/intel/xeon_sp: Remove unused 'soc_chip.h' file ......................................................................
soc/intel/xeon_sp: Remove unused 'soc_chip.h' file
Change-Id: Icb968972bf55f4792ae71255aac4b87e36e395b7 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- D src/soc/intel/xeon_sp/include/soc/soc_chip.h 1 file changed, 10 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/69207/1
diff --git a/src/soc/intel/xeon_sp/include/soc/soc_chip.h b/src/soc/intel/xeon_sp/include/soc/soc_chip.h deleted file mode 100644 index 3113ead..0000000 --- a/src/soc/intel/xeon_sp/include/soc/soc_chip.h +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#ifndef _SOC_XEON_SP_SOC_CHIP_H_ -#define _SOC_XEON_SP_SOC_CHIP_H_ - -#include "../chip.h" - -#endif /* _SOC_XEON_SP_SOC_CHIP_H_ */