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>
This commit is contained in:
parent
9bed96eb56
commit
51c3ae4330
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue