Skip to content

Commit f4a8661

Browse files
hkallweitgroeck
authored andcommitted
hwmon: (jc42) Remove I2C_CLASS_SPD support
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> Link: https://lore.kernel.org/r/3c4a1715-bfbb-4ae2-b35f-2f20f95e4932@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent e27cbb6 commit f4a8661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwmon/jc42.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ MODULE_DEVICE_TABLE(of, jc42_of_ids);
623623
#endif
624624

625625
static struct i2c_driver jc42_driver = {
626-
.class = I2C_CLASS_SPD | I2C_CLASS_HWMON,
626+
.class = I2C_CLASS_HWMON,
627627
.driver = {
628628
.name = "jc42",
629629
.pm = JC42_DEV_PM_OPS,

0 commit comments

Comments
 (0)