diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2024-04-25 21:16:28 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-04-26 20:14:10 +0000 |
commit | acfdf0d43c502f4346fd614c4c60b6fd345faed7 (patch) | |
tree | 4e6ec7a26c197993171ca65bdad5cd146e9ee436 /src/soc/amd | |
parent | 3742308875a3e303b3f28f77016055c9f7d7d9a3 (diff) |
soc/amd/genoa_poc/chip.h: remove empty newline before '}'
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I7f18f2d754f24bfcc9cbf95a98fa6fe40aaf3b02
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82091
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/genoa_poc/chip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/genoa_poc/chip.h b/src/soc/amd/genoa_poc/chip.h index 39a5743ea8..42a781bfbd 100644 --- a/src/soc/amd/genoa_poc/chip.h +++ b/src/soc/amd/genoa_poc/chip.h @@ -57,7 +57,6 @@ struct soc_usb_config { struct usb31_phy_settings usb31_phy[8]; bool s1_usb31_phy_enable; struct usb31_phy_settings s1_usb31_phy[8]; - }; struct soc_amd_genoa_poc_config { |