aboutsummaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2018-06-20 13:49:36 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-06-27 17:19:01 +1000
commitef623f91e5c4719e65784fa976f9227a6926939d (patch)
tree18a6816fcca9ffa9d06ebbda22884802fdb75e52 /platforms
parent815417dcda2e87fc5f1aa087ae5374515cdd86df (diff)
downloadskiboot-ef623f91e5c4719e65784fa976f9227a6926939d.zip
skiboot-ef623f91e5c4719e65784fa976f9227a6926939d.tar.gz
skiboot-ef623f91e5c4719e65784fa976f9227a6926939d.tar.bz2
occ: Move occ declarations into occ.h
OCC declarations are currently split between skiboot.h and occ-sensor.h. Given the growing unwieldyness of skiboot.h it's probably time to move it all into one header. Rename occ-sensor.h to occ.h, move all OCC-related declarations out of skiboot.h, and add #includes as necessary. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Reviewed-by: Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/ibm-fsp/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/ibm-fsp/common.c b/platforms/ibm-fsp/common.c
index d7433e3..a7f2bee 100644
--- a/platforms/ibm-fsp/common.c
+++ b/platforms/ibm-fsp/common.c
@@ -23,6 +23,7 @@
#include <hostservices.h>
#include <ipmi.h>
#include <debug_descriptor.h>
+#include <occ.h>
#include "ibm-fsp.h"