The patch titled hwmon: Build fix for SENSORS_W83793 has been added to the -mm tree. Its filename is hwmon-w83793-kconfig-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 hwmon-w83793-kconfig-fix.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