From ef623f91e5c4719e65784fa976f9227a6926939d Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Wed, 20 Jun 2018 13:49:36 +1000 Subject: 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 Reviewed-by: Shilpasri G Bhat Signed-off-by: Stewart Smith --- platforms/ibm-fsp/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'platforms') 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 #include #include +#include #include "ibm-fsp.h" -- cgit v1.1