The patch titled Subject: platform-x86: intel_mid_thermal: add msic_thermal alias has been removed from the -mm tree. Its filename was platform-x86-intel_mid_thermal-add-msic_thermal-alias.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ From: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> Subject: platform-x86: intel_mid_thermal: add msic_thermal alias This device is called "msic_thermal" instead of "msic_sensor" on actual boards so rename it. [alan@xxxxxxxxxxxxxxx: updated to rename rather than add an entry as er discussion with Mika & Durgadoss R] Signed-off-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> Signed-off-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Signed-off-by: Alan Cox <alan@xxxxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Matthew Garrett <mjg@xxxxxxxxxx> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/platform/x86/intel_mid_thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/platform/x86/intel_mid_thermal.c~platform-x86-intel_mid_thermal-add-msic_thermal-alias drivers/platform/x86/intel_mid_thermal.c --- a/drivers/platform/x86/intel_mid_thermal.c~platform-x86-intel_mid_thermal-add-msic_thermal-alias +++ a/drivers/platform/x86/intel_mid_thermal.c @@ -546,7 +546,7 @@ static int mid_thermal_remove(struct pla return configure_adc(0); } -#define DRIVER_NAME "msic_sensor" +#define DRIVER_NAME "msic_thermal" static const struct platform_device_id therm_id_table[] = { { DRIVER_NAME, 1 }, _ Patches currently in -mm which might be from mika.westerberg@xxxxxxxxxxxxxxx are linux-next.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