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 --- hw/occ-sensor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/occ-sensor.c') diff --git a/hw/occ-sensor.c b/hw/occ-sensor.c index 783f757..c062f64 100644 --- a/hw/occ-sensor.c +++ b/hw/occ-sensor.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include enum sensor_attr { SENSOR_SAMPLE, -- cgit v1.1