The patch titled hwmon: Build fix for SENSORS_W83793 has been removed from the -mm tree. Its filename was hwmon-w83793-kconfig-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: hwmon: Build fix for SENSORS_W83793 From: Stefano Brivio <stefano.brivio@xxxxxxxxx> We need vid_which_vrm and vid_from_reg in the w83793 module. Signed-off-by: Stefano Brivio <stefano.brivio@xxxxxxxxx> Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/hwmon/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/hwmon/Kconfig~hwmon-w83793-kconfig-fix drivers/hwmon/Kconfig --- a/drivers/hwmon/Kconfig~hwmon-w83793-kconfig-fix +++ a/drivers/hwmon/Kconfig @@ -527,6 +527,7 @@ config SENSORS_W83792D config SENSORS_W83793 tristate "Winbond W83793" depends on HWMON && I2C && EXPERIMENTAL + select HWMON_VID help If you say yes here you get support for the Winbond W83793 hardware monitoring chip. _ Patches currently in -mm which might be from stefano.brivio@xxxxxxxxx are origin.patch git-wireless.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html