[PATCH 2/2] pmbus: removed tps544c20 from generic pmbus driver

From: Romain Porte
Date: Fri Oct 20 2017 - 06:40:37 EST


Since there is a new driver proposed with enhanced
features we need to remove support for tps544c20
from the generic pmbus driver.
---
drivers/hwmon/pmbus/pmbus.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/hwmon/pmbus/pmbus.c b/drivers/hwmon/pmbus/pmbus.c
index 7718e58dbda5..aeea5c9e7a8b 100644
--- a/drivers/hwmon/pmbus/pmbus.c
+++ b/drivers/hwmon/pmbus/pmbus.c
@@ -212,7 +212,6 @@ static const struct i2c_device_id pmbus_id[] = {
{"tps40400", 1},
{"tps544b20", 1},
{"tps544b25", 1},
- {"tps544c20", 1},
{"tps544c25", 1},
{"udt020", 1},
{}
--
2.11.0