summaryrefslogtreecommitdiffstats
path: root/testaddsel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'testaddsel.cpp')
-rw-r--r--testaddsel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testaddsel.cpp b/testaddsel.cpp
index 4023629..90f63a2 100644
--- a/testaddsel.cpp
+++ b/testaddsel.cpp
@@ -15,7 +15,7 @@ sd_bus *bus = NULL;
// Use a lookup table to find the interface name of a specific sensor
// This will be used until an alternative is found. this is the first
// step for mapping IPMI
-int find_openbmc_path(const char *type, const uint8_t num, dbus_interface_t *interface) {
+int find_openbmc_path(const uint8_t num, dbus_interface_t *interface) {
const char *objname = "/org/openbmc/managers/System";
OpenPOWER on IntegriCloud