aboutsummaryrefslogtreecommitdiff
path: root/core/ipmi.c
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-03-31 21:53:20 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-04-01 12:16:39 +1100
commite61506bcc11b887eb39c61a4657db75a1757c1f7 (patch)
tree291f46023842757d0f1752c2f1a6dfaec2f28923 /core/ipmi.c
parent7ac9925b879405b742fe175e397fc99a4822aa48 (diff)
downloadskiboot-e61506bcc11b887eb39c61a4657db75a1757c1f7.zip
skiboot-e61506bcc11b887eb39c61a4657db75a1757c1f7.tar.gz
skiboot-e61506bcc11b887eb39c61a4657db75a1757c1f7.tar.bz2
Remove redundant includes of opal-api.h
Now that opal.h includes opal-api.h, there are a bunch of files that include both but don't need to. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/ipmi.c')
-rw-r--r--core/ipmi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ipmi.c b/core/ipmi.c
index 78a54de..2f91101 100644
--- a/core/ipmi.c
+++ b/core/ipmi.c
@@ -19,7 +19,6 @@
#include <bt.h>
#include <ipmi.h>
#include <opal.h>
-#include <opal-api.h>
#include <device.h>
#include <skiboot.h>
#include <lock.h>