power_domain: gpio: remove unused strings
Remove unused power domain transition strings. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
37e78175e5
commit
31ad7e2bd4
1 changed files with 0 additions and 8 deletions
|
@ -25,14 +25,6 @@ struct pd_gpio_data {
|
||||||
k_timeout_t last_boot;
|
k_timeout_t last_boot;
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *actions[] = {
|
|
||||||
[PM_DEVICE_ACTION_RESUME] = "RESUME",
|
|
||||||
[PM_DEVICE_ACTION_SUSPEND] = "SUSPEND",
|
|
||||||
[PM_DEVICE_ACTION_TURN_ON] = "TURN ON",
|
|
||||||
[PM_DEVICE_ACTION_TURN_OFF] = "TURN OFF"
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
static int pd_gpio_pm_action(const struct device *dev,
|
static int pd_gpio_pm_action(const struct device *dev,
|
||||||
enum pm_device_action action)
|
enum pm_device_action action)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue