aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/generic/gpio_regulator/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/generic/gpio_regulator/chip.h')
-rw-r--r--src/drivers/generic/gpio_regulator/chip.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/drivers/generic/gpio_regulator/chip.h b/src/drivers/generic/gpio_regulator/chip.h
deleted file mode 100644
index 4d9e3ceb35..0000000000
--- a/src/drivers/generic/gpio_regulator/chip.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef __DRIVERS_GENERIC_GPIO_REGULATOR_H__
-#define __DRIVERS_GENERIC_GPIO_REGULATOR_H__
-
-#include <acpi/acpi_device.h>
-
-struct drivers_generic_gpio_regulator_config {
- const char *name;
- struct acpi_gpio gpio;
- bool enabled_on_boot;
-};
-
-#endif /* __DRIVERS_GENERIC_GPIO_REGULATOR_H__ */