From 3533d5dbbdca8016cbb54f11934c99f5ef21d135 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Thu, 24 May 2018 15:14:27 +1000 Subject: fsi/fsi-occ: Simple conversion to new sbefifo driver Replace open/close/write/read API with the simple submit() API and the helper to parse status. OpenBMC-Staging-Count: 1 Acked-by: Andrew Jeffery Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Joel Stanley --- drivers/hwmon/occ/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/hwmon/occ') diff --git a/drivers/hwmon/occ/Makefile b/drivers/hwmon/occ/Makefile index ca6d25ae9da8..ab5c3e965ccb 100644 --- a/drivers/hwmon/occ/Makefile +++ b/drivers/hwmon/occ/Makefile @@ -1,7 +1,7 @@ occ-hwmon-objs := common.o ifeq ($(CONFIG_SENSORS_OCC_P9_SBE), y) -#occ-hwmon-objs += p9_sbe.o +occ-hwmon-objs += p9_sbe.o endif ifeq ($(CONFIG_SENSORS_OCC_P8_I2C), y) -- cgit v1.2.3