From 5f672636d6990414edaad8e2ce5c75f335122e9a Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 22 Apr 2019 16:04:13 -0600 Subject: soc/amd/picasso: Change header guards from stoney to picasso TEST=None BUG=b:130804851 Signed-off-by: Martin Roth Change-Id: I32b7dbeae7538884311ccfc3a0e8db63c48fe356 Reviewed-on: https://review.coreboot.org/c/coreboot/+/32409 Tested-by: build bot (Jenkins) Reviewed-by: Richard Spiegel Reviewed-by: Edward O'Callaghan Reviewed-by: HAOUAS Elyes --- src/soc/amd/picasso/chip.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/soc/amd/picasso/chip.h') diff --git a/src/soc/amd/picasso/chip.h b/src/soc/amd/picasso/chip.h index d1a7d30199..4f241e7b6b 100644 --- a/src/soc/amd/picasso/chip.h +++ b/src/soc/amd/picasso/chip.h @@ -13,8 +13,8 @@ * GNU General Public License for more details. */ -#ifndef __STONEYRIDGE_CHIP_H__ -#define __STONEYRIDGE_CHIP_H__ +#ifndef __PICASSO_CHIP_H__ +#define __PICASSO_CHIP_H__ #include #include @@ -78,4 +78,4 @@ typedef struct soc_amd_stoneyridge_config config_t; extern struct device_operations pci_domain_ops; -#endif /* __STONEYRIDGE_CHIP_H__ */ +#endif /* __PICASSO_CHIP_H__ */ -- cgit v1.2.3