summaryrefslogtreecommitdiffstats
path: root/op-pwrctl
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2016-11-29 01:48:26 +0800
committerPatrick Williams <patrick@stwcx.xyz>2017-01-12 04:34:57 +0000
commit45cb4fcc1842ed6f7dc6ada791f8a8fdaec98e3c (patch)
treebf5ce94a5053b88c8723d5182684e3bd782ef67e /op-pwrctl
parent75a18a232ea7fe25b9a3b0b5b02c202fa0b300ea (diff)
downloadtalos-skeleton-45cb4fcc1842ed6f7dc6ada791f8a8fdaec98e3c.tar.gz
talos-skeleton-45cb4fcc1842ed6f7dc6ada791f8a8fdaec98e3c.zip
Rename power_gpio to gpio_configs.
Change-Id: I22382fbb19a077e333aba93ae81ae614ec0cb70a Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'op-pwrctl')
-rw-r--r--op-pwrctl/power_control_obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-pwrctl/power_control_obj.c b/op-pwrctl/power_control_obj.c
index 493b588..bd0287a 100644
--- a/op-pwrctl/power_control_obj.c
+++ b/op-pwrctl/power_control_obj.c
@@ -10,7 +10,7 @@
#include <openbmc_intf.h>
#include <openbmc.h>
#include <gpio.h>
-#include <power_gpio.h>
+#include <gpio_configs.h>
/* ------------------------------------------------------------------------- */
static const gchar* dbus_object_path = "/org/openbmc/control";
OpenPOWER on IntegriCloud