diff options
author | Aaron Durbin <adurbin@chromium.org> | 2020-08-14 16:35:54 -0600 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2020-08-17 17:40:39 +0000 |
commit | 51c3ae4330d4112da52c4ba59e17373c04cd0c9a (patch) | |
tree | 73a4868286ea46504a32423214f0340e7d9ace56 /src/soc/amd | |
parent | 9bed96eb56e2c31c5321df5f5438e4a91e303323 (diff) |
soc/amd/picasso: remove unused soc_power_reg object
Now that no one is consuming this object, remove its definition.
BUG=b:159947207
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Change-Id: I60e4a9bfdf2752923f46a35aaab7034f9fa9b309
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44486
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/picasso/include/soc/southbridge.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/amd/picasso/include/soc/southbridge.h b/src/soc/amd/picasso/include/soc/southbridge.h index e9f7e2e2b2..e4ae8dca7e 100644 --- a/src/soc/amd/picasso/include/soc/southbridge.h +++ b/src/soc/amd/picasso/include/soc/southbridge.h @@ -268,14 +268,6 @@ typedef struct aoac_devs { unsigned int :4; } __packed aoac_devs_t; -struct soc_power_reg { - uint16_t pm1_sts; - uint16_t pm1_en; - uint32_t gpe0_sts; - uint32_t gpe0_en; - uint16_t wake_from; -}; - void enable_aoac_devices(void); bool is_aoac_device_enabled(int dev); void power_on_aoac_device(int dev); |