The patch titled Subject: thermal/spear_thermal: Add compilation dependency on PLAT_SPEAR has been removed from the -mm tree. Its filename was thermal-add-support-for-thermal-sensor-present-on-spear13xx-machines-add-compilation-dependency-on-plat_spear.patch This patch was dropped because it was folded into thermal-add-support-for-thermal-sensor-present-on-spear13xx-machines.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ From: Viresh Kumar <viresh.kumar@xxxxxx> Subject: thermal/spear_thermal: Add compilation dependency on PLAT_SPEAR spear_thermal is a proprietary module used for SPEAr machines only. Add compile dependency in Kconfig for PLAT_SPEAR. Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/thermal/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/thermal/Kconfig~thermal-add-support-for-thermal-sensor-present-on-spear13xx-machines-add-compilation-dependency-on-plat_spear drivers/thermal/Kconfig --- a/drivers/thermal/Kconfig~thermal-add-support-for-thermal-sensor-present-on-spear13xx-machines-add-compilation-dependency-on-plat_spear +++ a/drivers/thermal/Kconfig @@ -22,6 +22,7 @@ config THERMAL_HWMON config SPEAR_THERMAL bool "SPEAr thermal sensor driver" depends on THERMAL + depends on PLAT_SPEAR help Enable this to plug the SPEAr thermal sensor driver into the Linux thermal framework _ Patches currently in -mm which might be from viresh.kumar@xxxxxx are linux-next.patch thermal-add-support-for-thermal-sensor-present-on-spear13xx-machines.patch thermal-spear_thermal-replace-readl-writel-with-lighter-_relaxed-variants.patch thermal-spear13xx-checking-for-null-instead-of-is_err.patch rtc-spear-fix-for-balancing-the-enable_irq_wake-in-power-mgmt.patch rtc-spear-fix-for-rtc_aie_on-and-rtc_aie_off-ioctl-errors.patch rtc-rtc-spear-call-platform_set_drvdata-before-registering-rtc-device.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