diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2018-05-24 08:14:27 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-05-25 08:42:01 +0300 |
commit | 3533d5dbbdca8016cbb54f11934c99f5ef21d135 (patch) | |
tree | dd7ea691b64d60c770e8a307b526aeca87c92b44 /drivers/hwmon/occ | |
parent | e13405abd16547690e4ce3276c5ad25e5b64722e (diff) | |
download | linux-3533d5dbbdca8016cbb54f11934c99f5ef21d135.tar.xz |
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 <andrew@aj.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'drivers/hwmon/occ')
-rw-r--r-- | drivers/hwmon/occ/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |