diff mbox series

[3/4] hwmon: jc42: Remove I2C_CLASS_SPD support

Message ID 3c4a1715-bfbb-4ae2-b35f-2f20f95e4932@gmail.com (mailing list archive)
State Accepted
Headers show
Series i2c: Remove I2C_CLASS_SPD | expand

Commit Message

Heiner Kallweit April 15, 2024, 8:49 p.m. UTC
Last host driver supporting I2C_CLASS_SPD was i801. Now that I2C_CLASS_SPD
support has been removed there, we can remove it here too.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
---
 drivers/hwmon/jc42.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guenter Roeck April 15, 2024, 9:43 p.m. UTC | #1
On Mon, Apr 15, 2024 at 10:49:35PM +0200, Heiner Kallweit wrote:
> Last host driver supporting I2C_CLASS_SPD was i801. Now that I2C_CLASS_SPD
> support has been removed there, we can remove it here too.
> 
> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>

Applied to hwmon-next.

Thanks,
Guenter
diff mbox series

Patch

diff --git a/drivers/hwmon/jc42.c b/drivers/hwmon/jc42.c
index 75dc25df0..a00168fe5 100644
--- a/drivers/hwmon/jc42.c
+++ b/drivers/hwmon/jc42.c
@@ -623,7 +623,7 @@  MODULE_DEVICE_TABLE(of, jc42_of_ids);
 #endif
 
 static struct i2c_driver jc42_driver = {
-	.class		= I2C_CLASS_SPD | I2C_CLASS_HWMON,
+	.class		= I2C_CLASS_HWMON,
 	.driver = {
 		.name	= "jc42",
 		.pm = JC42_DEV_PM_OPS,