From 31ad7e2bd44f6a334c6b680ff29eafb0cd924b2b Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Sat, 12 Mar 2022 15:39:16 +1000 Subject: [PATCH] power_domain: gpio: remove unused strings Remove unused power domain transition strings. Signed-off-by: Jordan Yates --- drivers/power_domain/power_domain_gpio.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/drivers/power_domain/power_domain_gpio.c b/drivers/power_domain/power_domain_gpio.c index 32686be38bf..978f01c4458 100644 --- a/drivers/power_domain/power_domain_gpio.c +++ b/drivers/power_domain/power_domain_gpio.c @@ -25,14 +25,6 @@ struct pd_gpio_data { 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, enum pm_device_action action) {