summaryrefslogtreecommitdiffstats
path: root/ipmid.cpp
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-12-10 15:56:24 -0800
committerTom Joseph <tomjoseph@in.ibm.com>2018-12-20 10:43:14 +0000
commit343d0611277a7506bfb4aba9be6a4028b3f80a13 (patch)
tree3c265e9c4e2e9395f9b77c8f32cd64b0ae698f38 /ipmid.cpp
parent06df8765c586d03211177efd4aa095a5418dbf91 (diff)
downloadphosphor-host-ipmid-343d0611277a7506bfb4aba9be6a4028b3f80a13.tar.gz
phosphor-host-ipmid-343d0611277a7506bfb4aba9be6a4028b3f80a13.zip
libipmi: Decouple user commands
This makes them an optional, separate provider like the sysfs cmds. Tested: Ran on real hardware that included libusercmds.so in /usr/lib/host-ipmid and on a machine that did not include it. Ran ipmitool on the host to verify that the user commands were present when expected. Change-Id: I07b3af5ae603c3e5f1ea41f0afc309329f4e185d Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'ipmid.cpp')
-rw-r--r--ipmid.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipmid.cpp b/ipmid.cpp
index 11d6796..19b88b0 100644
--- a/ipmid.cpp
+++ b/ipmid.cpp
@@ -11,7 +11,6 @@
#include <dirent.h>
#include <dlfcn.h>
#include <errno.h>
-#include <mapper.h>
#include <sys/time.h>
#include <systemd/sd-bus.h>
#include <unistd.h>
OpenPOWER on IntegriCloud